Multiple choice

What is the function of the SAVEPOINT command?

  1. To save information in a database after updation

  2. To identify a point in a transaction to which you can later roll back

  3. To save a table

  4. To save after RENAME a table

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is the function of a SAVEPOINT command.