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

题目内容 (请给出正确答案)
Which of the following supports the XML data type?()

A.A unique index

B.A composite index

C.A check constraint

D.A generated column


参考答案

更多 “ Which of the following supports the XML data type?() A.A unique indexB.A composite indexC.A check constraintD.A generated column ” 相关考题
考题 输入哪条命令可以看到以下信息?( ) LS DataBase Type :Router Ls id :10.1.2.2 Ady rtr :1050 Len :72 Seq :80000008 Cksum (DC) Area Border Router Link count 4 Link id :192.168.2.1 Data :255.255.255.255 Metric:1562 Link id :10.1.2.2 Data :10.1.3.1 Type :Router Metric :1562 Link id :10.1.3.2 Data :255.255.255.255 Type :StubNet Metric :1562A.show ip routeB.show ip ospf isaC.show ip ospf databaseD.show ip ospf interface

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

考题 AWebservicereturnsalistofsystemusersinthefollowingformat.Youneedtopopulateadrop-downmenuwiththeIDsandnamesoftheusersfromtheWebservice,intheorderprovidedbytheservice.Whichcodesegmentshouldyouuse?() A.$.ajax({type:GET,url:serviceURL,success:function(xml){$.each($(xml),function(i,item){$().attr(value,id).text(tx).appendTo(#dropdown);});}});B.$.ajax({type:GET,url:serviceURL,success:function(xml){$(xml).find(user).each(function(){varid=$(this).id;vartx=$(this).name.text$().attr(value,id).text(tx).appendTo(#dropdown);});}});C.$.ajax({type:GET,url:serviceURL,success:function(xml){$(xml).find(user).each(function(){varid=$(this).attr(id);vartx=$(this).find(name).text();$().attr(value,id).text(tx).appendTo(#dropdown);});}});D.$.ajax({type:GET,url:serviceURL,success:function(xml){xml.find(user).each(function(node){varid=$(node).attr(id);vartx=$(node).find(name).text();$().attr(value,id).text(tx).appendTo(#dropdown);});}});

考题 Ataruntime,eachOracleWeblogicServerinstanceinagivendomaincreatesanin-memoryrepresentationoftheconfigurationdescribedinthisdocument() A.mds-mbeans.xmlB.config.xmlC.policy.xmlD.data.xml

考题 WhatisakeydifferentiatorbetweenaDS8700andDS8800foracustomerlookingforahighcapacitysolutionatthelowestcost() A.DS8700supportsSATAdrivesB.DS8800supportsmorephysicaldrivesC.DS8700supports2.5diskdrivesD.DS8800supports4GbpsFCdrives

考题 一条router-LSA可以描述多条连接,每条连接由Link ID,Data,Type和Metirc描述,下面关于Link ID,Data,Type和Metric的讨论错误的是() A.Type表示连接的类型B.Link ID表示此连接的本地标识,不同的链接类型Link ID表示的意义也不相同C.Data用于描述此连接的附加信息,不同的连接类型所描述的信息也不同D.Metric描述此连接的开销

考题 在利用CSS表现XML时,需要将XML文档中的author元素的内容以列表项的方式显示,且列表项符号为实心圆,且项目符号突出到内容左边界以外,下面正确的选项是()。A.author{display:list-item;list-style-type:disc}B.author{display:list-item;list-style-type:disc;list-style-position:outside}C.author{display:list-item;list-style:disc outside}D.author{display:list-item;list-style-type:disc outside}

考题 3、在利用CSS表现XML时,需要将XML文档中的author元素的内容以列表项的方式显示,且列表项符号为实心圆,且项目符号突出到内容左边界以外,下面正确的选项是()。A.author{display:list-item;list-style-type:disc}B.author{display:list-item;list-style-type:disc;list-style-position:outside}C.author{display:list-item;list-style:disc outside}D.author{display:list-item;list-style-type:disc outside}

考题 利用object元素在网页中嵌入flash,flash文件的地址为“mediawonderful.swf”,要求flash动画的宽度和高度分别为500像素,能实现该要求的选项为()。A.<object height="500" width="500" src="mediawonderful.swf" type="application/x-shockwave-flash"/>B.<object height="500" width="500" href="mediawonderful.swf" type="application/x-shockwave-flash"/>C.<object height="500" width="500" data="mediawonderful.swf" type="application/x-shockwave-flash"/>D.<object height="500" width="500" data="mediawonderful.swf" />

考题 【单选题】ADO.NET 使用()命名空间的类访问SQL Server 数据库中的数据。A.System.Data.OleDbB.System.Data.SqlClientC.System.Xml.SerializationD.System.IO