Which of the following SQL statements is used to modify the data in a table ?

2025

Which of the following SQL statements is used to modify the data in a table ?

Answer: C. UPDATEThe question asks which SQL statement modifies data. UPDATE is the correct command for modifying existing records, while SELECT retrieves, INSERT adds new…

  1. A.

    SELECT

  2. B.

    INSERT

  3. C.

    UPDATE

  4. D.

    DELETE

Attempted by 765 students.

Show answer & explanation

Correct answer: C

The question asks which SQL statement modifies data. UPDATE is the correct command for modifying existing records, while SELECT retrieves, INSERT adds new rows, and DELETE removes data.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…