Database Management Systems (DBMS)
What term describes the following? a subset of SQL commands used to manage data within tables, such as INSERT, UPDATE, and DELETE.
- A. Data warehouse
- B. Data Query Language (DQL)
- C. Relational database
- D. Data Manipulation Language (DML) ✓
Correct answer
D. Data Manipulation Language (DML)
Explanation
Data Manipulation Language (DML) refers to a subset of SQL commands used to manage data within tables, such as INSERT, UPDATE, and DELETE.