π Question
#1625
Evaluate the following SQL statements in the given order: DROP TABLE dept; CREATE TABLE dept (deptno NUMBER(3) PRIMARY KEY, deptname VARCHAR2(10)); DROP TABLE dept; FLASHBACK TABLE dept TO BEFORE DROP;
β
Correct Answer
A. It recovers only the first DEPT table
π‘
Explanation
This will replicate the table as in the select statement.
β¨οΈ Press
A
B
C
D
to select