Multiple choice technology databases

What does DML stand for?

  1. Data Mode Lane

  2. Data Manipulation language

  3. Data Model Language

  4. Different Mode Level

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

DML stands for Data Manipulation Language, the subset of SQL used for manipulating data. It includes commands like INSERT, UPDATE, DELETE, and SELECT for querying and modifying the data stored in database tables.