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

INSERT, UPDATE, and SELECT are all classified as Data Manipulation Language (DML) statements in SQL. While SELECT is sometimes categorized separately as DQL (Data Query Language) in academic contexts, in practical database usage and certification exams, all three operations are grouped under DML as they manipulate or query data within tables. Therefore option D (All of the above) is correct.