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.
第1题:
A.使用XmlDocument对象读取XML数据,同时指定相应架构文件。
B.为XmlReader对象的XmlReaderSettings设置ValidationEventHandler;
C.使用DataSet对象读取XML文件,并且设置EnforceConstraints属性为True;
D.使用DataSet对象读取XML文件,并且在DataSet.MergeFailed事件中分析数据看是否符合XML架构。
第2题:
通过:Connection.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Columns, new object[] { null, null, tableName, null });得到的两种数据类型的属性完全一致,有其它方法区分吗?
希望能帮到你,别忘了采纳我的答案哦,祝你生活愉快!
第3题:
9、ListView控件Columns属性的 方法动态添加列标头。
第4题:
Evaluatethefollowingblockofcode:BEGINDBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl=>’mycompany-com-permissions.xml’,principal=>’ACCT_MGR’,is_grant=>TRUE,privilege=>’connect’);DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl=>’mycompany-com-permissions.xml’,host=>’*.mycompany.com’);END;Whatistheoutcomeoftheabovecode?()
A.Itproducesanerrorbecauseafullyqualifiedhostnameneedstobespecified.
B.Itproducesanerrorbecausetherangeofportsassociatedwiththehostshasnotbeenspecified.
C.Itcreatesanaccesscontrollist(ACL)withtheuserACCT_MGRwhogetstheCONNECTand RESOLVEprivileges.
D.Itcreatesanaccesscontrollist(ACL)withtheuserACCT_MGRwhogetstheCONNECT privilegebutnottheRESOLVEprivilege.
第5题:
A.A table referenced in the FROM clause has no indexed column.
B.The table referenced in the FROM clause has more than 200 columns.
C.Two or more tables in the FROM clause have identical column names.
D.The FROM clause contains two or more tables in the SELECT statement.
第6题:
ListView控件Columns属性的 方法动态添加列标头。