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.

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.