You issued the following command to drop the PRODUCTS table:
SQL> DROP TABLE products;
What is the implication of this command? (Choose all that apply.)
A.
All data along with the table structure is deleted.
B.
The pending transaction in the session is committed.
C.
All indexes on the table will remain but they are invalidated.
D.
All views and synonyms will remain but they are invalidated.
E.
All data in the table are deleted but the table structure will remain.
Answer A is not correct, E is correct, so BDE
http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_9003.htm
Sorry,ABD are correct