Oracle Database 12c: SQL Fundamentals — Question 30

Which statement is true regarding transactions? (Choose all that apply.)

Answer options

Correct answer: B, C

Explanation

Statement B is correct because the ROLLBACK command allows reverting changes made in a transaction. Statement C is also correct as it identifies that a transaction can consist of DML or DCL statements, but the other options contain inaccuracies regarding the nature of transactions or their components.