码迷,mamicode.com
首页 > 其他好文 > 详细

052-224(新增70题2018)

时间:2018-03-21 13:49:26      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:his   for   cas   creat   nta   key   state   body   src   

View the Exhibit to see the data in the emp table.

You created a PRIMARY KEY constraint on the empno column of the emp table, and the constraint is not deferred.

Which two statements are true in this scenario? (Choose two.)

Exhibit:
技术分享图片

A. No index would be created or used in this case.

B. A unique index on the empno column would be created.

C. A CHECK constraint would be enforced on the empno column.

D. A NOT NULL constraint would be enforced on the empno column.

E. A bitmap unique index would be created on the empno column.

Answer: BD

Primary Key Constraints

The Oracle Database implementation of the primary key constraint guarantees that the following statements are true:

  • No two rows have duplicate values in the specified column or set of columns.

  • The primary key columns do not allow nulls.

052-224(新增70题2018)

标签:his   for   cas   creat   nta   key   state   body   src   

原文地址:https://www.cnblogs.com/Babylon/p/8615990.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!