What are the difference between DDL, DML and DCL commands?
DDL – Data Definition Language: statements used to define the database structure or schema. Some examples:
CREATE – to create objects in the database
ALTER – alters the structure of the database
DROP – delete objects from [...]