Which language is used to define the structure of a database ?
2023
Which language is used to define the structure of a database ?
Answer: A. DDL — 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…
- A.
DDL
- B.
DCL
- C.
TCL
- D.
DML
Attempted by 598 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.
Loading lesson…