CBSE Class 12 Informatics Practices Question 77 of 79

MySQL SQL Revision Tour — Question 5

Back to all questions
5
Question

Question 5

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.