Data Definition Language actually consists of the SQL commands that can be used to define the database schema. It deals with descriptions of the database and used to create and modify the structure of database objects in the database.
Examples: CREATE, ALTER, DROP, TRUNCATE
Answer ( 1 )
Data Definition Language actually consists of the SQL commands that can be used to define the database schema. It deals with descriptions of the database and used to create and modify the structure of database objects in the database.
Examples: CREATE, ALTER, DROP, TRUNCATE