________ offers the ability to insert, update, and delete tuples in a database…
2025
________ offers the ability to insert, update, and delete tuples in a database table.
- A.
Transaction Control Language (TCL)
- B.
Data Control Language (DCL)
- C.
Data Definition Language (DDL)
- D.
Data Manipulation Language (DML)
Attempted by 1110 students.
Show answer & explanation
Correct answer: D
Correct answer: Data Manipulation Language (DML)
DML is the SQL sublanguage used to manipulate data stored in tables. It includes commands such as INSERT, UPDATE, and DELETE.
Clarification: ALTER is a DDL command because it changes table structure. The question has been clarified to say update tuples, which is a DML operation.