CBSE Class 12 Informatics Practices
Question 21 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 21
Back to all questions 21
Question Assertion (A): In SQL, INSERT INTO is a Data Definition Language (DDL) Command.
Reason (R): DDL commands are used to create, modify, or remove database structures, such as tables.
- Both A and R are true, and R is the correct explanation of A.
- Both A and R are true, and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
A is false but R is true.
Explanation
In SQL, INSERT INTO is a Data Manipulation Language (DML) Command. Data definition language (DDL) commands in SQL are used to define a database, including creating, altering, and dropping tables.