209k views
3 votes
Ddl is typically used during which phases of the development process?

1 Answer

7 votes
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. 
User DodoSombrero
by
8.4k points

No related questions found