You issued the following command to drop the PRODUCTS table: SQL> DROP TABLE products; What is the implication of this command?()
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
出自:Oracle认证