Multiple choice

What is DDL?

  1. Data Dictionary Language

  2. Data Definition language

  3. Data Declaration Language

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DDL stands for Data Definition Language, the subset of SQL commands that define database structures (CREATE, DROP, ALTER). DML manipulates data, DCL controls permissions, and TCL manages transactions.