98-364 Exam QuestionsBrowse all questions from this exam

98-364 Exam - Question 153


Which of the following commands cannot be rolled back? Each correct answer represents a complete solution. (Choose two.)

Show Answer
Correct Answer: BD

TRUNCATE and COMMIT commands cannot be rolled back. TRUNCATE is a Data Definition Language (DDL) command that removes all rows from a table without logging individual row deletions, making it irreversible. COMMIT is a transaction control command that finalizes a transaction, making all changes permanent and thus non-reversible.

Discussion

1 comment
Sign in to comment
vaibhav11
Aug 29, 2021

i think even truncate can be rolled back

emily1299
Aug 31, 2021

truncate is ddl, it cannot be rolled back