Multiple choice

DDL Statements include commands like INSERT, UPDATE, and DELETE?

  1. True

  2. False

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

INSERT, UPDATE, and DELETE are Data Manipulation Language (DML) commands because they modify data. Data Definition Language (DDL) commands include CREATE, ALTER, and DROP, which define or modify database structures.