Multiple choice technology programming languages Using which option a dropped table can be undropped ? ROLLBACK FLASHBACK GETBACK 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.