Question
Easy

Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation ?

1
DML (Data Manipulation Language)
2
Query
3
Relational Schema
4
DDL (Data Definition Language)
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation

The correct option is (4): Data Definition Language (DDL) is the precise set of SQL commands specifically designed to define and manage the structural components of a database. The term 'relation' in database theory is synonymous with 'table', and DDL commands are used to create, modify, and delete the structure of these tables. For instance, the CREATE command establishes the table structure (including columns and data types), the ALTER command…Read More

Which of the following - HTET Level 3 | Clear Cutoff