Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

The ROLLBACK Command

The ROLLBACK command is the transactional command used to undo transactions


thathave not already been saved to the database. This command can only be used to undo
transactions since the last COMMIT or ROLLBACK command was issued

The syntax for a ROLLBACK command is as follow

ROLLBACK

Thus, the delete operation would not impact the table and the SELECT statement would
produce the following result.

You might also like