【2019年8月版】OCP 071认证考试原题-第43题

£可爱£侵袭症+ 提交于 2019-12-18 13:57:56

Choose two.

You execute this command:

TRUNCATE TABLE depts;

Which two are true?

A) It drops any triggers defined on the table.

B) It retains the indexes defined on the table.

C) It retains the integrity constraints defined on the table.

D) A ROLLBACR statement can be used to retrieve the deleted data.

E) It always retains the space used by the removed rows.

F) A FLASHBACK TABLE statement can be used to retrieve the deleted data.

Answer::BC

(解析:基本的考点。)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!