380.Which of the following statements best describes Flashback Versions Query?
A. Flashback Versions Query is used to make changes to multiple versions of data that existed between
two points in time.
B. Flashback Versions Query is used to view all version changes on rows that existed between the time
the query was executed and a point in time in the past.
C. Flashback Versions Query is used to view version changes and the SQL to undo those changes on
rows that existed between two points in time.
D. Flashback Versions Query is used to view all version changes on rows that existed between two points
in time.
Answer: D
答案解析:
参考:闪回版本查询:http://blog.csdn.net/rlhua/article/details/12404577
闪回版本查询:查看两个时间点之间行的所有版本以及更改了行的事务处理。

本文详细介绍了Oracle数据库中的闪回版本查询功能,该功能允许用户查看两个时间点之间行的所有版本及更改历史。通过使用VERSIONS子句,可以检索特定时间范围内所有行的版本,并包括已删除版本和重新插入的版本。

被折叠的 条评论
为什么被折叠?



