Multiple Choice
Which of the following statements about COMMIT and ROLLBACK commands is incorrect?
A) All DML commands (INSERT, UPDATE, DELETE) are explicitly committed and cannot be rolled back.
B) All DDL commands (CREATE, TRUNCATE, ALTER TABLE) are explicitly committed and cannot be rolled back.
C) A ROLLBACK command will reverse all DML operations performed since the last COMMIT was performed.
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q7: The SET clause of the UPDATE command
Q26: The rows to be deleted from a
Q52: Which of the following is not a
Q55: _ commands are used to modify data.
Q64: When does a COMMIT command implicitly occur?<br>A)
Q69: Which of the following types of locks
Q72: <u>Transaction control</u> statements are used to either
Q106: Which of the following commands is used
Q111: If a table already exists,what command would
Q134: Which of the following commands is used