• OCP-1Z0-051-V9.02-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

    答案解析:

    参考:http://blog.csdn.net/rlhua/article/details/12905109

    A不正确因为表名的长度为1-30个字符
    B不正确因为表的列最多为1000个
    C不正确因为有DEFAULT值的列可以存储空值
    D不正确因为在相同的schema里,表和view的名字不能相同
    E正确,表和同义词在相同的schema里名称可以相同,
    注意:http://blog.csdn.net/rlhua/article/details/12781353,”• 私用同义词名一定不能与同一用户拥有的其它所有对象的名称相同。公用同义词是允许所有的用户来使用的。
    F正确,在同一个数据库里,在不同的schema里,可以有相同的名称。
     
    题中要求选择两个,故只能选择EF



  • 相关阅读:
    svn的使用
    补间动画和属性动画
    图片的处理
    在Android中来修改SQL里面的权限和显示内容
    两种Service如何一起使用
    HDU-1083
    HDU 2444
    HDU-1045 Fire Net
    hrbust
    UVA
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316805.html
Copyright © 2020-2023  润新知