Page 1 of 1

You issue the following command to drop the products table:SQL> DROP TABLE products;Which three statements are true abou

Posted: Sun Jun 11, 2023 3:51 pm
by answerhappygod
You issue the following command to drop the products table:SQL> DROP TABLE products;Which three statements are true about the implication of this command?

A. All data along with the table structure is deleted.
B. A pending transaction in the session is committed.
C. All indexes on the table remain but they are invalidated.
D. All views and synonyms remain but they are invalidated. E. All data in the table is deleted but the table structure remains.