Multiple choice technology programming languages

Using which option a dropped table can be undropped ?

  1. ROLLBACK

  2. FLASHBACK

  3. GETBACK

  4. NONE

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Oracle SQL, a dropped table can be restored using the FLASHBACK TABLE statement, which retrieves it from the Recycle Bin. ROLLBACK is for uncommitted DML transactions and cannot undo DDL operations like DROP.