1.

Which of the following command makes the updates performed by the transaction permanent in the database?(a) ROLLBACK(b) COMMIT(c) TRUNCATE(d) DELETEThis question was addressed to me by my school teacher while I was bunking the class.Asked question is from Basic SQL in chapter Laying the Foundation of SQL Server

Answer»

Correct answer is (b) COMMIT

To explain: Commit command is used to permanently SAVE any TRANSACTION into the DATABASE.



Discussion

No Comment Found

Related InterviewSolutions