Page 1 of 1

You own table DEPARTMENTS, referenced by views, indexes, and synonyms.Examine this command which executes successfully:D

Posted: Sun Jun 11, 2023 3:54 pm
by answerhappygod
You own table DEPARTMENTS, referenced by views, indexes, and synonyms.Examine this command which executes successfully:DROP TABLE departments PURGE;Which three statements are true? (Choose three.)

A. It will remove the DEPARTMENTS table from the database.
B. It will drop all indexes on the DEPARTMENTS table.
C. It will remove all views that are based on the DEPARTMENTS table.
D. It will remove all synonyms for the DEPARTMENTS table. E. Neither can it be rolled back nor can the DEPARTMENTS table be recovered. F. It will delete all rows from the DEPARTMENTS table, but retain the empty table.