DDL and DML commands
DDL (Data Definition Language) Commands
DDL commands are used to define, modify, and manage the structure of a database and its objects (such as tables, schemas, etc.).
CommandDescriptionExample
CREATECreates a new database object (table, view...
dbforpuredevelopers.hashnode.dev7 min read