63.Which method would you use to undo the changes made by a part

分类: 英语题型 发布时间: 2023-12-01 12:13 浏览量: 0

63.Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?

A.point-in-time recovery

B.execute the ROLLBACK command with transaction number

C.flashback the database to before the transaction was committed

D.determine all the necessary undo SQL statements from FLASHBACK_TRANSACTION_QUERY and use them for recovery

正确答案是D