Multiple choice

Data Definition Language (DDL) statements are used to define database structure or schema

  1. True

  2. False

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

Data Definition Language (DDL) consists of SQL commands like CREATE, ALTER, and DROP, which are used to define or modify the structure of database objects such as tables and schemas.