单选题Which of the following strings can be inserted into an XML column using XMLPARSE?()Aemployee/B?xml version='1.0' encoding='UTF-8' ?C!DOCTYPE hello SYSTEM 'hello_world.dtd'Dx xmlns:ibmcert='http://www.ibm.com/certify'

单选题
Which of the following strings can be inserted into an XML column using XMLPARSE?()
A

<employee/>

B

<?xml version='1.0' encoding='UTF-8' ?>

C

<!DOCTYPE hello SYSTEM 'hello_world.dtd'>

D

<x xmlns:ibmcert='http://www.ibm.com/certify'>


参考解析

解析: 暂无解析

相关考题:

Which of the following methods can move files in clear text and can be easily intercepted?() A.RSHB.SNMPC.FTPD.TELNET

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 can be used to ensure that once a row has been inserted in table TABLEX, the column MAINID in that row cannot be updated?() A.Define the column MAINID as NOT UPDATABLEB.Define the column MAINID as a PRIMARY KEYC.Define the column MAINID as a FOREIGN KEYD.Define an UPDATE trigger on table TABLEX

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.

lisa is writing a formula to determine the number of elements in a list. she wants to ensure that a value is returned, even if the value her function is evaluating turns out to be a null string . which one of the following can she so to accomplish this ?()A、use a defaule formula of 1 B、use @elements and add 1 to the total C、use the @count function instead of @elements D、use @texttotime to ensure that all strings arte converted to date-time values

Which of the following strings can be inserted into an XML column using XMLPARSE?()A、"employee/"B、"?xml version='1.0' encoding='UTF-8' ?"C、"!DOCTYPE hello SYSTEM 'hello_world.dtd'"D、"x xmlns:ibmcert='http://www.ibm.com/certify'"

Given the following class, which statements can be inserted at position 1 without causing the code to fail compilation?()   public class Q6db8 {   int a;   int b = 0;   static int c;   public void m() {   int d;   int e = 0;   // Position 1   }   } A、a++;B、b++;C、c++;D、d++;E、e++;

Which of the following protocols can be found at the application layer?()A、TelnetB、TCPC、SNMPD、UDP

Which of the following methods can move files in clear text and can be easily intercepted?()A、RSHB、SNMPC、FTPD、TELNET

Which of the following are storage technologies that can be hot swappable?()A、SCSIB、SASC、ATAD、IDEE、CMOS

A file named "core" exists in the current directory.  Which of the following commands should be used to determine what created the "core" file?()A、 dump -t core B、 strings core C、 trace -a core D、 crash core /unix_up

Which of the following are TRUE about a store archive?()A、It is an XML file containing store data assetsB、It uses the same file format as a ZIP fileC、It contains file assets to create a store or siteD、It can easily be copied from one machine to anotherE、It can contain WebSphere Commerce instance configuration information

Which of the following supports the XML data type?()A、A unique indexB、A composite indexC、A check constraintD、A generated column

To which of the following resources can a lock be applied?()A、RowB、AliasC、BitmapD、Column

Which of the following can be used to ensure that once a row has been inserted in table TABLEX, the column MAINID in that row cannot be updated?()A、Define the column MAINID as NOT UPDATABLEB、Define the column MAINID as a PRIMARY KEYC、Define the column MAINID as a FOREIGN KEYD、Define an UPDATE trigger on table TABLEX

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

1. import java.util.*;  2. public class Test {  3. public static void main(String[] args) {  4. List strings = new ArrayList();  5. // insert code here  6. }  7. }  Which four, inserted at line 5, will allow compilation to succeed?()A、 String s = strings.get(0);B、 Iterator i1 = strings.iterator();C、 String[] array1 = strings.toArray();D、 Iterator i2 = strings.iterator();E、 String[] array2 = strings.toArray(new String[1]);F、 Iterator i3 = strings.iterator();

单选题Which of the following technologies can improve convergence time following a link failure in a serviceprovider network?()AMPLS TE FRBMPLS VPNCBFDDRSVPEVPLSFSNMP

单选题Which of the following supports the XML data type?()AA unique indexBA composite indexCA check constraintDA generated column

多选题1. import java.util.*;  2. public class Test {  3. public static void main(String[] args) {  4. List strings = new ArrayList();  5. // insert code here  6. }  7. }  Which four, inserted at line 5, will allow compilation to succeed?()AString s = strings.get(0);BIterator i1 = strings.iterator();CString[] array1 = strings.toArray();DIterator i2 = strings.iterator();EString[] array2 = strings.toArray(new String[1]);FIterator i3 = strings.iterator();

多选题Which of the following are TRUE about a store archive?()AIt is an XML file containing store data assetsBIt uses the same file format as a ZIP fileCIt contains file assets to create a store or siteDIt can easily be copied from one machine to anotherEIt can contain WebSphere Commerce instance configuration information

单选题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.

多选题Given the following class, which statements can be inserted at position 1 without causing the code to fail compilation?()   public class Q6db8 {   int a;   int b = 0;   static int c;   public void m() {   int d;   int e = 0;   // Position 1   }   }Aa++;Bb++;Cc++;Dd++;Ee++;

单选题The minimum range at which a target can be detected is basically determined by which of the following?().ApersistenceBpulse repetition rateCpulse lengthDrotation rate

单选题Which of the following can NOT describe the man?ADesperateBThinCMiserableDConspicuous

单选题lisa is writing a formula to determine the number of elements in a list. she wants to ensure that a value is returned, even if the value her function is evaluating turns out to be a null string . which one of the following can she so to accomplish this ?()Ause a defaule formula of 1 Buse @elements and add 1 to the total Cuse the @count function instead of @elements Duse @texttotime to ensure that all strings arte converted to date-time values