CBSE Class 12 Informatics Practices
Question 42 of 103
Review of Database Concepts & SQL — Question 12
Back to all questions(B), (D) and (E)
Reason — DDL (Data Definition Language) commands are used to create and define tables and other database objects in SQL (Structured Query Language). DDL commands such as CREATE, ALTER, and DROP, are used to create, define, change and delete objects like tables, indexes, views, and constraints.