首页 > 代码库 > OCP-1Z0-051-题目解析-第28题
OCP-1Z0-051-题目解析-第28题
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仅仅能定义在列级别)。
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题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。