<employee/>
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE hello SYSTEM 'hello_world.dtd'>
<x xmlns:ibmcert='http://www.ibm.com/certify'>
第1题:
某段XML代码如下所示。 <?xml version="1.0" encoding="GB2312" standalone="yes"> <state coursename="成绩"> <courseid id="090"></courseid> </state> 其中,根元素名为(65)。
A.xml
B.state
C.coursename
D.courseid
第2题:
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.
第3题:
●下面的XML代码段中,语法正确的是__(44) 。
(44)
A. <!-xml示例-1>
<?xml version="1.0" encoding="gb2312">
<?xml stylessheet type="text/css" href ="mycss.css"?>
<mytag>
hello world!
</mytag>
B.<?xml version="1.0"encoding="gb2312">
<?Xml stylessheet type="text/css" href="mycss.css"?>
<! -xml示例-!>
<mytag>
hello world!
</mytag>
C.<?xml version="1.0"encoding="gb2312">
<?Xml stylessheet type="text/css"href="mycss.css"?>
<! -xml示例-!>
<xmltag>
hello world!
</xmltag>
D.<!-xml示例-!>
<?xml version="1.0" encoding="gb2312">
<?xml styessheet type=“text/css”href=“mycss.css”?>
<xmltag>
hello world!
</xmltag>
第4题:
这是一段关于教师信息的XML源码:() ①.<?xml version="1.0"encoding="GB2312"?> ②.<书籍> ③.<书名>XML试题</书名> ④.<数量单位="本">5000</数量> ⑤.</书籍> ⑥.<!—以上是书籍信息-->
第5题:
Which of the following is NOT true about XML columns?()
第6题:
You are using Enterprise Manager to schedule backups for your database. Which type of script would begenerated by the backup scheduler()
第7题:
<?xml version="1.0"? > <!--例子 -- > <greeting > Hello, World! </greeting > 上面的XML文档属于()文档。
第8题:
在XML声明中,xml,version,encoding,standalone都必须为小写英文字母。
第9题:
A Windows Communication Foundation (WCF) service is responsible for transmitting XML documents between systems. The service has the following requirements: It must minimize the transmission size by attaching the XML document as is without using escape characters or base64 encoding. It must interoperate with systems that use SOAP but are not built on the .NET plafform. You need to configure the service to support these requirements. Which message encoding should you use?()
第10题:
Binary message encoding
MTOM (Message Transmission Optimization Mechanism) message encoding
Text message encoding with message version set to none
Text message encoding with message version set to SOAP 1.2
第11题:
aixpert -f mysec.xml
aixpert -a mysec.xml
chsec -f mysec.xml
chsec -a mysec.xml
第12题:
A unique index
A composite index
A check constraint
A generated column
第13题:
某段XML代码如下所示。其中,根元素名为(57)。 <?xml version="1.0" encoding="GB2312" standalone="yes"> <state coursename="成绩"> <courseid id="090"></courseid> </state>
A.xml
B.state
C.coursename
D.courseid
第14题:
A.A unique index
B.A composite index
C.A check constraint
D.A generated column
第15题:
第16题:
XML声明语句:<?xmlversion=”1.0”()=”UTF-8”?>
第17题:
Which of the following strings can be inserted into an XML column using XMLPARSE?()
第18题:
A System p administrator has created a customized security profile using AIX Security Expert. Which of the following commands will apply this to a system()
第19题:
<?xml version="1.0" encoding="gb2312"?>就是一个()声明。
第20题:
Which of the following supports the XML data type?()
第21题:
对
错
第22题:
Define the column MAINID as NOT UPDATABLE
Define the column MAINID as a PRIMARY KEY
Define the column MAINID as a FOREIGN KEY
Define an UPDATE trigger on table TABLEX
第23题:
<employee/>
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE hello SYSTEM 'hello_world.dtd'>
<x xmlns:ibmcert='http://www.ibm.com/certify'>
第24题:
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.