Page 1 of 1

You issue the following command to drop the PRODUCTS table:SQL>DROP TABLE products;What is the implication of this comma

Posted: Wed Jun 07, 2023 6:12 am
by answerhappygod
You issue 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 in the table are deleted but the table structure will remain
B. All data along with the table structure is deleted
C. All views and synonyms will remain but they are invalidated
D. The pending transaction in the session is committed E. All indexes on the table will remain but they are invalidated