1.

In order to undo the work of transaction after last commit which one should be used?(a) View(b) Commit(c) Rollback(d) FlashbackThis question was addressed to me during an interview for a job.This interesting question is from Transactions topic in portion SQL : Queries, Constraints and Triggers of Database Management

Answer»

Right answer is (C) Rollback

Explanation: Rollback WORK causes the current transaction to be ROLLED BACK; that is, it undoes all the UPDATES performed by the SQL statements in the transaction.



Discussion

No Comment Found

Related InterviewSolutions