Multiple choice technology databases

DDL means?

  1. Data Dynamic Link

  2. Data Description Language

  3. Data Definition Language

  4. Data Definition Link

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

DDL stands for Data Definition Language, which includes SQL commands that define database structures like CREATE, ALTER, DROP for tables, indexes, views, and schemas. It deals with schema definition rather than data manipulation (DML) or data control (DCL). Option D uses Link incorrectly, and B uses Description instead of Definition.