CBSE Class 12 Computer Science Question 51 of 78

Simple Queries in SQL — Question 5

Back to all questions
5
Question

Question 5

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 (1) and (2)
  4. None of these
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.