List of questions
Related questions
Question 2 - ARA-C01 discussion
A company has a table with that has corrupted data, named Dat
a. The company wants to recover the data as it was 5 minutes ago using cloning and Time Travel.
What command will accomplish this?
A.
CREATE CLONE TABLE Recover_Data FROM Data AT(OFFSET => -60*5);
B.
CREATE CLONE Recover_Data FROM Data AT(OFFSET => -60*5);
C.
CREATE TABLE Recover_Data CLONE Data AT(OFFSET => -60*5);
D.
CREATE TABLE Recover Data CLONE Data AT(TIME => -60*5);
Your answer:
0 comments
Sorted by
Leave a comment first