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

OCP-1Z0-051-题目解析-第28题

时间:2014-11-07 14:28:31      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:style   io   color   ar   os   sp   for   strong   数据   

28. Which two statements are true regarding constraints? (Choose two.) 
A. A foreign key cannot contain NULL values. 
B. A column with the UNIQUE constraint can contain NULL values. 
C. A constraint is enforced only for the INSERT operation on a table. 
D. A constraint can be disabled even if the constraint column contains data. 
E. All constraints can be defined at the column level as well as the table level. 


Answer: BD 



A:外键约束不能包括空值(错误,仅仅有非空约束和主键约束不能包括空值)。
B:唯一约束能够包括空值(正确,由于NULL<>NULL)
C:一个表上的约束仅仅对插入操作起作用(错误,Update、delete相同起作用)。
D:即使字段上有数据,该字段上的约束也能够被停用(正确)
E:全部的约束都能够定义在列级别和表级别(错误,Not Null仅仅能定义在列级别)。

OCP-1Z0-051-题目解析-第28题

标签:style   io   color   ar   os   sp   for   strong   数据   

原文地址:http://www.cnblogs.com/bhlsheji/p/4081162.html

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