Oracle Database SQL — Question 83

Which two are true about savepoints? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Answer A is correct because after a savepoint is created, you can revert to it within the same transaction. Answer D is also correct because attempting to roll back to a savepoint before a transaction has started will indeed result in an error. The other options either misrepresent the behavior of savepoints or are outright incorrect.