Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?() A.CLOBB.BLOBC.HierarchicallyD.Rows and columns

Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?()

A.CLOB

B.BLOB

C.Hierarchically

D.Rows and columns


相关考题:

在J2EE中,接受一个XML文档,返回document对象,以分析该XML文档,可以使用如下()方法获得document对象 A.Documentdoc=DocumentBuilderFactory.parse(“my.xml”);B.Documentdoc=DocumentBuilder.parse(“my.xml”);C.DocumentBuilderFactorydbf=DocumentBuilderFactory.newInstance();DocumentBuilder builder=dbf.newDocumentBuilder();Documentdoc=builder.parse(“my.xml”);D.DocumentBuilderbuilder=newDocumentBuilder();Documentdoc=builder.parse(“my.xml”);

XML文档属于纯文本文件,下面那些可以成为该文档组成部分( )。 A.XML文档的声明B.XML处理指令C.元素定义(属性定义)D.XML标识及其内容(XML文档注释)

XSLT被用于()。 A.将XML文档转换为HTML文档B.将一种XML格式转换为另一种XML格式C.将XML格式转换为非XML格式D.执行XML有效性检验(validation)E.增强一个XML文档的元素结构

在SOA设计中XML扮演什么角色?() A.XML用于执行UML设计B.XML模式驱动信息的有效荷载C.XML用于SOA所需要的Web服务D.XML用于描述接口和信息绑定

YouhaveareferencecomputerthatrunsWindows7.Youplantodeployanimageofthecomputer.Youcreateananswerfilenamedanswer.xml.Youneedtoensurethattheinstallationappliestheanswerfileafteryoudeploytheimage.Whichcommandshouldyourunbeforeyoucapturetheimage?()A.Imagex.exe/appendanswer.xml/check.B.Imagex.exe/mountanswer.xml/verify.C.Sysprep.exe/reboot/audit/unattend:answer.xml.D.S.ysprep.exe/generalize/oobe/unattend:answer.xml.

下面关于XML的说法中,错误的是()。 A.XML是eXtensible Markup Language的缩写B.XML的含义是可扩展标记语言C.XML技术是一种网络技术D.XML中的元素是预定义好的

XML 语法表述正确的是()A.. 所有 XML 元素都须有关闭标签B. XML 标签对大小写不敏感C. XML 文档不需要根元素D. 在 XML 中,空格不会被保留

XML的用途包括()。A.XML 把数据从 HTML 分离B.XML 简化数据共享C.XML 简化数据传输D.XML 简化平台的变更

XML 的语法规则包括()。A.所有 XML 元素都须有关闭标签B.XML 标签对大小写敏感C.XML 必须正确地嵌套D.XML 文档必须有根元素

xml文档最前面是声明<?xml