CBSE Class 12 Computer Science Question 52 of 78

Simple Queries in SQL — Question 6

Back to all questions
6
Question

Question 6

Which of the following sublanguages of SQL is used to define the structure of the relation, deleting relations and relating schemas?

  1. DML (Data Manipulation Language)
  2. DDL (Data Definition Language)
  3. Query
  4. Relational Schema
Answer

DDL (Data Definition Language)

Reason — In SQL, Data Definition Language (DDL) statements are used to define the structure of the database, including creating, relating, altering, and dropping database objects such as tables, indexes, and views.