Multiple choice technology databases

The Data Manipulation Language statements are

  1. INSERT

  2. UPDATE

  3. SELECT

  4. All of the above

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

DML (Data Manipulation Language) encompasses all SQL statements that manipulate data stored in database objects. The primary DML operations are INSERT (add new data), UPDATE (modify existing data), DELETE (remove data), and SELECT (retrieve/query data). All four options represent valid DML statements.