SQL ROLL BACK COMMAND


The ROLLBACK command is the transactional command used to undo transactions that have not already been saved to the database.

The ROLLBACK command can only be used to undo transactions since the last COMMIT or ROLLBACK command was issued.

SYNTAX:
ROLLBACK;

EXAMPLE:
ROLLBACK;

No comments:

Post a Comment