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:
- A.
A, B, D only
- B.
A, C, D only
- C.
B, C, D only
- D.
A, B, C only
Attempted by 1034 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. UPDATE → modifies 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.