Oracle Database 11g: SQL Fundamentals I — Question 3

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

Answer options

Correct answer: B, C

Explanation

Option B is correct because the ROLLBACK command allows undoing parts or the entirety of a transaction. Option C is also correct as transactions can consist of DML or DCL statements. The other options are incorrect because they misrepresent the composition and functions of transactions in database management.