OCP-1Z0-新051-61题版本-42

QUESTION NO: 42

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 viewsand 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

Answer: B,C,D

答案解析:

参考:37:http://blog.csdn.net/rlhua/article/details/12797877

Explanation: 

原文地址:https://www.cnblogs.com/hzcya1995/p/13316204.html