Database Management Systems (DBMS)
The concept in which a subset of SQL commands used to define and modify database structures, such as CREATE and ALTER is best known as which of these terms?
- A. Concurrency control
- B. Data Definition Language (DDL) ✓
- C. Composite key
- D. Database schema
Correct answer
B. Data Definition Language (DDL)
Explanation
Data Definition Language (DDL) refers to a subset of SQL commands used to define and modify database structures, such as CREATE and ALTER.