OCP11g+12c考试资料群:1015267481 验证码:ocp

【ocp-12c】最新Oracle OCP-071考试题库(42题)

42、(9-1)choose the best answer:

Which statement is true about the Oracle SQL, DELETE and TRUNCATE statements?

A) DELETE but not TRUNCATE statement can be used to remove data from selective columns and rows of a table.

B) DELETE and TRUNCATE statements can have a rollback done to restore data into a table.

C) DELETE and TRUNCATE statements remove all indexes for the tables on which they are performed.

D) DELETE but not TRUNCATE statement can be used to selectively remove rows from a table.

 

Answer:D

 

(解析:Truncate 是删除整张表的数据,delete 不能删除某个列的数据,删除的是行的数据)

posted @ 2019-02-27 10:35  cnblogs_5359  阅读(353)  评论(0编辑  收藏  举报