InterviewSolution
Saved Bookmarks
| 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 |
|