InterviewSolution
Saved Bookmarks
| 1. |
What is known as the set of SQL statements that either executes successfully or none of them have an effect?(a) joins(b) transactions(c) filters(d) deletionsThis question was posed to me in class test.I'm obligated to ask this question of Performing Transactions in chapter Using SQL to Manage Data of MySQL |
|
Answer» The correct choice is (b) transactions |
|