Which language is used to define the structure of a database ?
2023
Which language is used to define the structure of a database ?
- A.
DDL
- B.
DCL
- C.
TCL
- D.
DML
Attempted by 209 students.
Show answer & explanation
Correct answer: A
Data Definition Language (DDL) is used to define, alter, and manage the structural schema of a database. Commands like CREATE, ALTER, and DROP deal directly with database structures rather than the underlying data instances. Therefore, the correct option is A.