返回数说广场
1
关于Oracle 闪回,下面语法错误的是D
A
通过FLASHBACK TABLE table_name TO BEFORE DROP;可以闪回删除的数据
B
通过FLASHBACK TABLE test TO TIMESTAMP TO_TIMESTAMP('2023/07/04 15:27:13','yyyy/mm/dd hh24:mi:ss');可以闪回历史时间点的数据
C
通过SELECT * FROM test AS OF TIMESTAMP TO_TIMESTAMP('2023/07/04 15:27:13','yyyy/mm/dd hh24:mi:ss') ;可以查询历史时间点的数据
D
通过FLASHBACK TABLE table_name TO BEFORE TRUNCATE; 可以闪回truncate的数据
0
1 88
分享
评论
热门数说


