CBSE Class 12 Computer Science
Question 32 of 79
Table Creation and Data Manipulation Commands — Question 6
Back to all questionsAll of these
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.