Which of the following is not modification of the database?
Answer options
A
Sorting
B
INSERT
C
UPDATE
D
DELETE
Correct answer: Sorting
Explanation
Quick AnswerThe correct answer is Sorting because it directly addresses the core logic of Database Management.
ORDER BY (sorting) is a retrieval operation, not a data modification.