Which command is used to mark the current point in the processing of a transaction?

Options
- TRANSACTION
- COMMIT
- UPDATE
- SAVEPOINT


CORRECT ANSWER : SAVEPOINT

Discussion Board
Savepoints

SAVEPOINT savepoint_names marks the current point in the processing of a transaction. Savepoints let you rollback part of a transaction instead of the whole transaction.

Prajakta Pandit 02-21-2017 10:58 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement