Q:

Evaluate the following SQL statements in the given order

belongs to collection: DBMS -TRANSACTIONS MCQs

0

Evaluate the following SQL statements in the given order.
Which statement is true regarding the above FLASHBACK operation?

DROP TABLE dept;
CREATE TABLE dept
(deptno NUMBER(3) PRIMARY KEY,
deptname VARCHAR2(10));
DROP TABLE dept;
FLASHBACK TABLE dept TO BEFORE DROP;

  1. It recovers only the first DEPT table
  2. It recovers only the second DEPT table
  3. It does not recover any of the tables because FLASHBACK is not possible in this case
  4. It recovers both the tables but the names would be changed to the ones assigned in the RECYCLEBIN

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).It recovers only the second DEPT table

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS -TRANSACTIONS MCQs

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What would be the outcome of the below query?... >>
<< A non-correlated subquery can be defined as ______...