单选题Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?()ACLOBBBLOBCHierarchicallyDRows 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


参考解析

解析: 暂无解析

相关考题:

Consider the following:Which statement best describes the meaning of the value for the key_len column?() A.It shows the total size of the index rowB.It shows how many columns in the index are examinedC.It shows the number of characters indexed in the keyD.It shows how many bytes will be used from each index row

Which of the following DB2 data types has a fixed length?() A.XMLB.BLOBC.DOUBLED.DBCLOB

Which of the following is NOT true about XML columns?() A.Data can be retrieved by SQL.B.Data can be retrieved by XQuery.C.XML columns must be altered to accommodate additional parent and child relationships.D.Access to any portion of an XML document can be direct, without reading the whole document.

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 are all valid DB2 data types?() A.LONG VARCHAR, SMALLINT, NUMBER, BLOBB.DECIMAL, DATE, DBCLOB, INTERVALC.NUMERIC, TIMESTAMP, BYTE, FLOATD.NUM, TIME, XML, DOUBLE

A(n) ______ document is an interlinked system of documents in which a user may iump from one document to another in a nonlinear,associative way.A.HipertextB.WebC.HtmlD.XML

Which statement describes the XML management interface in Cisco NX-OS Software?()A、The following XML-based NETCONF operations are supported in NX-OS SoftwarE˙close-session  copy-config  delete-config  and edit-configB、The following XML-based NETCONF operations are supported in NX-OS SoftwarE˙close-session  copy-config  edit-config  and kill-sessionC、NX-OS Software supports up to a maximum of 16 concurrent XML sessionsD、Only show commands are supported via the XML management interface in NX-OS SoftwareE、The NX-OS implementation of the XML-based NETCONF requires SSH to be used for communication with the device

Which of the following is NOT true about XML columns?()A、Data can be retrieved by SQL.B、Data can be retrieved by XQuery.C、XML columns must be altered to accommodate additional parent and child relationships.D、Access to any portion of an XML document can be direct, without reading the whole document.

Which of the following describes the model used by the Geodetic Extender?()A、Flat earthB、3-D SquareC、TrapezoidalD、Round earth

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

Which of the following are all valid DB2 data types?()A、LONG VARCHAR, SMALLINT, NUMBER, BLOBB、DECIMAL, DATE, DBCLOB, INTERVALC、NUMERIC, TIMESTAMP, BYTE, FLOATD、NUM, TIME, XML, DOUBLE

Which of the following DB2 data types has a fixed length?()A、XMLB、BLOBC、DOUBLED、DBCLOB

A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()A、TableB、ColumnsC、Table and AliasD、Columns and Alias

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 best describes how locks are used in DB2?()A、To maintain control of updated rows for commit processingB、To ensure only committed changes are altered by another applicationC、To allow two applications to update the same row of data simultaneouslyD、To prevent multiple applications from accessing the same data simultaneously

You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL Server 2005 application is utilized by the company. A query is executed by the application to return three columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are included by the table, and 50,000 rows are returned by the query. The performance of the query should be enhanced. Which action should be performed to achieve the goal?()A、A primary XML index should be created on the XML column.B、Statistics should be created on the nvarchar columns.C、A view should be created, and only the four columns that the query utilizes are contained by a view.D、A composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.

You create a Web application to process XML documents. The Web application receives XML document files from several sources, reads them, and stores them in a Microsoft SQL Server database. The Web application parses all incoming data files to ensure that they conform to an XML schema. You need to find all validation errors in the XML document. What should you do?()A、Load the XML data by using an instance of the XmlDocument class and specify a location for the application schema.B、Configure the ValidationEventHandler in the XmlReaderSettings of the XmlReader object.C、Read the XML file into a DataSet object and set the EnforceConstraints property to True.D、Read the XML file into a DataSet object. Handle the DataSet.MergeFailed event to parse the data that does not conform to the XML schema.

单选题Which of the following are all valid DB2 data types?()ALONG VARCHAR, SMALLINT, NUMBER, BLOBBDECIMAL, DATE, DBCLOB, INTERVALCNUMERIC, TIMESTAMP, BYTE, FLOATDNUM, TIME, XML, DOUBLE

单选题Which of the following describes the objects of a DB2 database and their relationships?()AInstanceBTable spaceCSystem catalogDSchema repository

单选题Which of the following best describes how locks are used in DB2?()ATo maintain control of updated rows for commit processingBTo ensure only committed changes are altered by another applicationCTo allow two applications to update the same row of data simultaneouslyDTo prevent multiple applications from accessing the same data simultaneously

单选题Which statement describes the XML management interface in Cisco NX-OS Software?()AThe following XML-based NETCONF operations are supported in NX-OS SoftwarE˙close-session  copy-config  delete-config  and edit-configBThe following XML-based NETCONF operations are supported in NX-OS SoftwarE˙close-session  copy-config  edit-config  and kill-sessionCNX-OS Software supports up to a maximum of 16 concurrent XML sessionsDOnly show commands are supported via the XML management interface in NX-OS SoftwareEThe NX-OS implementation of the XML-based NETCONF requires SSH to be used for communication with the device

单选题Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?()ACLOBBBLOBCHierarchicallyDRows and columns

单选题You create a Web application to process XML documents. The Web application receives XML document files from several sources, reads them, and stores them in a Microsoft SQL Server database. The Web application parses all incoming data files to ensure that they conform to an XML schema. You need to find all validation errors in the XML document. What should you do? ()ALoad the XML data by using an instance of the XmlDocument class and specify a location for the application schema.BConfigure the ValidationEventHandler in the XmlReaderSettings of the XmlReader object.CRead the XML file into a DataSet object and set the EnforceConstraints property to True.DRead the XML file into a DataSet object. Handle the DataSet.MergeFailed event to parse the data that does not conform to the XML schema.

单选题Which of the following describes the model used by the Geodetic Extender?()AFlat earthB3-D SquareCTrapezoidalDRound earth

单选题在J2EE中,接受一个XML文档,返回document对象,以分析该XML文档,可以使用如下()方法获得document对象ADocument doc=DocumentBuilderFactory.parse(“my.xml”);BDocument doc=DocumentBuilder.parse(“my.xml”);CDocumentBuilderFactory dbf= DocumentBuilderFactory.newInstance(); DocumentBuilder builder=dbf.newDocumentBuilder(); Document doc=builder.parse(“my.xml”);DDocumentBuilder builder=new DocumentBuilder(); Document doc=builder.parse(“my.xml”);

单选题You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL Server 2005 application is utilized by the company. A query is executed by the application to return three columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are included by the table, and 50,000 rows are returned by the query. The performance of the query should be enhanced. Which action should be performed to achieve the goal?()AA primary XML index should be created on the XML column.BStatistics should be created on the nvarchar columns.CA view should be created, and only the four columns that the query utilizes are contained by a view.DA composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.

单选题Which of the following is NOT true about XML columns?()AData can be retrieved by SQL.BData can be retrieved by XQuery.CXML columns must be altered to accommodate additional parent and child relationships.DAccess to any portion of an XML document can be direct, without reading the whole document.

单选题Consider the following: Which statement best describes the meaning of the value for the key_len column?()A It shows the total size of the index rowB It shows how many columns in the index are examinedC It shows the number of characters indexed in the keyD It shows how many bytes will be used from each index row