________ 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.

Answer: D. Data Manipulation Language (DML)Correct answer: Data Manipulation Language (DML) DML is the SQL sublanguage used to manipulate data stored in tables. It includes commands such as INSERT,…

  1. A.

    Transaction Control Language (TCL)

  2. B.

    Data Control Language (DCL)

  3. C.

    Data Definition Language (DDL)

  4. D.

    Data Manipulation Language (DML)

Attempted by 1456 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…