ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291
全部博文(487)
分类: Oracle
2019-12-18 13:40:49
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
(解析:基本的考点。)