●For relation where primary key contains multiple attributes,no non-key attribute should be functionally dependent on a part of primary key.This relation R is at least in (66) .(66) A.3NFB.2NFC.INFD.BCNF
●For relation where primary key contains multiple attributes,no non-key attribute should be functionally dependent on a part of primary key.This relation R is at least in (66) .
(66) A.3NF
B.2NF
C.INF
D.BCNF
相关考题:
Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? () A. SET_ATTRIBUTE_NULLB. ALTER_JOBC. ALTER_JOB_PARAMETERSD. ALTERE. SET_ATTRIBUTE
Youneedtoallowtheusertotogglebetweenautomaticqueryandnoautomaticqueryusingapop-upmenu.Whichbuilt-inwouldyouuseinthemenuitemcommandtoobtaintherelationshipname?() A.GET_RELATION_PROPERTYB.SET_RELATION_PROPERTYC.GET_BLOCK_PROPERTYD.GET_FORM_PROPERTY
WhichXSLifstatementchecksfortheexistenceofahomepageattributewithinanSTSUniversalUserXMLstructure?() A.xsl:iftest=//stsuuser:AttributeList/stsuuser:Attribute[attr=‘homepage‘]B.xsl:iftest=//stsuuser:AttributeList/stsuuser:Attribute[@name=‘homepage‘]C.xsl:if-exists=//stsuuser:AttributeList/stsuuser:Attribute/custom:HomepageD.xsl:if-exists=//stsuuser:AttributeList/stsuuser:Attribute[@name=‘homepage‘])
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>C.<attribute name="style"> color:blue;background-color:red </attribute>D.<element attribute="style"> color:blue;background-color:red </element>
下列哪个选项可以选择属性的值以value开始的元素?A.[attribute^=value]B.[attribute$=value]C.:attribute^=valueD.:attribute$=value
设置 d3 力导向图文本时,不可以使用以下哪种方式?A.xx.text((d)=>{return d.relation});B.xx.text("hello")C.xx.text(d.relation);D.xx.text(function(d)=>{return d.relation});
下面那一项不属于CSS3中新增加的属性选择器?A.[attribute^=value]B.[attribute$=value]C.[attribute~=value]D.[attribute*=value]