Which statement is used to manipulate data without affecting the data in the table?
Answer options
A
SELECT
B
INSERT
C
UPDATE
D
DELETE
Correct answer: SELECT
Explanation
Quick AnswerThe correct answer is SELECT because it directly addresses the core logic of Database Management.
SELECT is a read-only DML statement that retrieves data without modifying it.