...
Database-Management-System
August 29, 2024
Normalization
August 29, 2024
Database-Management-System
August 29, 2024
Normalization
August 29, 2024

Database-Management-System

Question 707
Which of the following statements is NOT true for Rollback statements in SQL?
A
All save points marked after the save points to which you rollbacked, are erased
B
It does not free any resources held by the transaction
C
The save point to which you rollback is not erased
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *