CBSE Class 12 Computer Science Question 76 of 78

Simple Queries in SQL — Question 10

Back to all questions
10
Question

Question 10

Data manipulation language (DML) commands are used to define a database, including creating, altering, and dropping tables and establishing constraints.

Answer

False

Reason — Data definition language (DDL) commands in SQL are used to define a database, including creating, altering, and dropping tables and establishing constraints.