Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?()
第1题:
A.Table
B.Columns
C.Table and Alias
D.Columns and Alias
第2题:
A.CLOB
B.BLOB
C.Hierarchically
D.Rows and columns
第3题:
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.Hipertext
B.Web
C.Html
D.XML
第4题:
Which of the following is NOT true about XML columns?()
第5题:
在J2EE中,接受一个XML文档,返回document对象,以分析该XML文档,可以使用如下()方法获得document对象
第6题:
Which of the following DB2 data types has a fixed length?()
第7题:
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?()
第8题:
You completed your workflow definition. You want to save a copy of the definition to the file system for source control purposes. How does Oracle Workflow Builder save that file?()
第9题:
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?()
第10题:
CLOB
BLOB
Hierarchically
Rows and columns
第11题:
Document doc=DocumentBuilderFactory.parse(“my.xml”);
Document doc=DocumentBuilder.parse(“my.xml”);
DocumentBuilderFactory dbf= DocumentBuilderFactory.newInstance(); DocumentBuilder builder=dbf.newDocumentBuilder(); Document doc=builder.parse(“my.xml”);
DocumentBuilder builder=new DocumentBuilder(); Document doc=builder.parse(“my.xml”);
第12题:
Data can be retrieved by SQL.
Data can be retrieved by XQuery.
XML columns must be altered to accommodate additional parent and child relationships.
Access to any portion of an XML document can be direct, without reading the whole document.
第13题:
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.
第14题:
A.LONG VARCHAR, SMALLINT, NUMBER, BLOB
B.DECIMAL, DATE, DBCLOB, INTERVAL
C.NUMERIC, TIMESTAMP, BYTE, FLOAT
D.NUM, TIME, XML, DOUBLE
第15题:
Which statement describes the XML management interface in Cisco NX-OS Software?()
第16题:
Which of the following describes the model used by the Geodetic Extender?()
第17题:
Which of the following are all valid DB2 data types?()
第18题:
Which of the following describes the objects of a DB2 database and their relationships?()
第19题:
Which of the following best describes how locks are used in DB2?()
第20题:
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?()
第21题:
To maintain control of updated rows for commit processing
To ensure only committed changes are altered by another application
To allow two applications to update the same row of data simultaneously
To prevent multiple applications from accessing the same data simultaneously
第22题:
Flat earth
3-D Square
Trapezoidal
Round earth
第23题:
A primary XML index should be created on the XML column.
Statistics should be created on the nvarchar columns.
A view should be created, and only the four columns that the query utilizes are contained by a view.
A composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.