DDL stands for Data Definition Language. DDL commands allow us to set up, change and remove data structures from tables.
The common DDL commands are CREATE, ALTER, DROP,RENAME and TRUNCATE.