CBSE Class 12 Informatics Practices Question 61 of 79

MySQL SQL Revision Tour — Question 4

Back to all questions
4
Question

Question 4

Which is the subset of SQL commands used to manipulate database structures, including tables ?

  1. Data Definition Language (DDL)
  2. Data Manipulation Language (DML)
  3. Both (a) and (b)
  4. None
Answer

Data Definition Language (DDL)

Reason — Data Definition Language (DDL) commands are used to define and manipulate database structures, including creating, altering, and dropping tables, indexes, views, and other schema objects.