ocp考试051题库解析:第27题
来源:优技教育
ocp考试051题库解析:第27题,完整题库请点击这里联系老师咨询了解
27. Which two statements are true regarding tables? (Choose two.)
A. A table name can be of any length.
B. A table can have any number of columns.
C. A column that has a DEFAULT value cannot store null values.
D. A table and a view can have the same name in the same schema.
E. A table and a synonym can have the same name in the same schema.
F. The same table name can be used in different schemas in the same database.
Answer: EF
答案解析:
A不正确因为表名的长度为1-30个字符
B不正确因为表的列最多为1000个
C不正确因为有DEFAULT值的列可以存储空值
D不正确因为在相同的schema里,表和view的名字不能相同
E正确,表和同义词在相同的schema里名称可以相同,
? 私用同义词名一定不能与同一用户拥有的其它所有对象的名称相同。公用同义词是允许所有的用户来使用的。
F正确,在同一个数据库里,在不同的schema里,可以有相同的名称。
题中要求选择两个,故只能选择EF
精华阅读