A.It must have the UNIQUE attribute.
B.It cannot be created explicitly by the user.
C.It must have the UNIQUE and CLUSTER attributes.
D.It must have the UNIQUE WHERE NOT NULL attribute.
第1题:
第2题:
第3题:
若要按Esc键时执行命令按钮的单击事件过程,则需将()属性设置为True。
A.Cancel
B.Value
C.Left
D.Index
第4题:
第5题:
5、下列选项中,用于定义唯一索引的是
A.由Key定义的索引
B.由Union定义的索引
C.由Unique定义的索引
D.由Index定义的索引
第6题:
a=[1,1,1,2,2,2,3,3,3] b=a.count(3) c=a.index(3) 则b和c的值分别是_____.
A.3,6
B.3,7
C.True,6
D.1,7