Which two are true about savepoints? (Choose two.)
Which two are true about savepoints? (Choose two.)
Savepoints allow a transaction to be partially rolled back, restoring the database to a specific point without affecting subsequent operations. Firstly, after creating a savepoint, you can roll back to that savepoint within the current transaction; this makes 'A' correct. Secondly, issuing a ROLLBACK TO SAVEPOINT command before the start of a transaction results in an error, as there would be no savepoint to roll back to; this makes 'D' correct. Therefore, the correct answers are A and D.
AD is correct
AD is correct
AB should be the correct answer
No B is not correct. An uncommited DML operation made by a session is not visible for other session even if it's the same user
https://www.examtopics.com/discussions/oracle/view/20279-exam-1z0-071-topic-2-question-52-discussion/