InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are TCL commands?(a) UPDATE and TRUNCATE(b) SELECT and INSERT(c) GRANT and REVOKE(d) ROLLBACK and SAVEPOINTThis question was posed to me in exam.Query is from Basic SQL topic in division Laying the Foundation of SQL Server |
|
Answer» RIGHT choice is (d) ROLLBACK and SAVEPOINT Best explanation: Transaction control commands manage CHANGES made by DML commands. These SQL commands are used for managing changes AFFECTING the data. |
|