Which of the following commands is a Data Manipulation Language (DML) statement?
A. RENAME
B. COMMENT
C. TRUNCATE
D. UPDATE
Answer: Option D
Solution (By JKSSB Mock Tests)
UPDATE is a DML statement because it is used to modify existing data values within rows of a database table, rather than modifying the structural schema.
No comments yet. Be the first to start the discussion!