Which of the following command can be used to modify data in an SQL Table? A.…

2025

Which of the following command can be used to modify data in an SQL Table?
A. INSERT
B. DELETE
C. UPDATE
D. SELECT
Choose the correct answer from the options given below:

Answer: D. A, B, C onlySQL command used to modify data in a tableLet us check each option: A. INSERT → adds new rows to a table ✔ B. DELETE → removes existing rows from a table ✔ C.…

  1. A.

    A, B, D only

  2. B.

    A, C, D only

  3. C.

    B, C, D only

  4. D.

    A, B, C only

Attempted by 1296 students.

Show answer & explanation

Correct answer: D

SQL command used to modify data in a table

Let us check each option:

  • A. INSERT → adds new rows to a table ✔

  • B. DELETE → removes existing rows from a table ✔

  • C. UPDATEmodifies existing data in rows ✔

  • D. SELECT → only retrieves data, does not modify ✘

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…