网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Which of the following is true of an index used to support a UNIQUE constraint?()

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.


参考答案

更多 “ Which of the following is true of an index used to support a UNIQUE constraint?() 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. ” 相关考题
考题 The board room can _____fifty people. A.makeB.holdC.putD.support

考题 ________________[A] support [B] cry [C] plea [D] wish

考题 You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

考题 Giventhetwosecurityconstraintsinadeploymentsecurity-constraint102.!--acorrecturl-patternandhttp-methodgoeshere--103.auth-constraintrole-nameSALES/role-name/auth-.auth-constraint104.role-nameSALES/role-name105./auth-constraint106./security-constraint107.security-constraint108.!--acorrecturl-patternandhttp-methodgoeshere--109.!--Insertanauth-constrainthere--110./security-constraintIfthetwosecurityconstraintshavethesameurl-patternandhttp-methodwhichtwo insertedindependentlyatline109,willallowuserswithrolenamesofeitherSALESorMARKETINGtoaccessthisresource?()

考题 The ice is not thick enough to bear the weight of a tank.A:suffer B:accept C:receive D:support

考题 You have to be patient if you want to sustain your position.A:maintain B:establish C:acquire D:support

考题 The group does not advocate the use of violence.A:limit B:regulate C:oppose D:support

考题 5、下列选项中,用于定义唯一索引的是A.由Key定义的索引B.由Union定义的索引C.由Unique定义的索引D.由Index定义的索引

考题 若要按Esc键时执行命令按钮的单击事件过程,则需将()属性设置为True。A.CancelB.ValueC.LeftD.Index

考题 a=[1,1,1,2,2,2,3,3,3] b=a.count(3) c=a.index(3) 则b和c的值分别是_____.A.3,6B.3,7C.True,6D.1,7