CBSE Class 12 Informatics Practices Question 62 of 79

MySQL SQL Revision Tour — Question 5

Back to all questions
5
Question

Question 5

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.