What is the implication of this command?

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.)

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.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


riccia

riccia

Answer A is not correct, E is correct, so BDE

riccia

riccia

Sorry,ABD are correct