KnowledgeBoat Logo

Computer Science

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

SQL Queries

1 Like

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.

Answered By

3 Likes


Related Questions