You work as a Database Administrator for Domain.com. The company uses MySQL as its
database development platform. You have created a table named Employees in the database and
you perform the UPDATE operation to update the rows of all employees whose salary is greater
than$5,000. Due to some unavoidable circumstances, you have to undo the last transaction.
Which of the following commands should you use to accomplish the task?
A.
ROLLBACK
B.
DELETE
C.
UNDO
D.
COMMIT