Database-Management-System
August 29, 2024Normalization
August 29, 2024Database-Management-System
Question 707 |
Which of the following statements is NOT true for Rollback statements in SQL?
All save points marked after the save points to which you rollbacked, are erased | |
It does not free any resources held by the transaction | |
The save point to which you rollback is not erased
| |
The Rollback statement will erase all data modifications made from the start of the transaction to the savepoint
|
Question 707 Explanation:
It undoes some or all database changes made during the current transaction.
Correct Answer: D
Question 707 Explanation:
It undoes some or all database changes made during the current transaction.