Respuesta :

DDL is typically used during the physical design development phase of the development process. DDL stands for Data Definition Language. It is a standard for commands that define the different structures in a database. DDL statements are used to manipulate database objects. Examples of DDL statements are: CREATE, ALTER, DROP, etc.