Multiple choice What is DDL? Data Dictionary Language Data Definition language Data Declaration Language 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.