XML and ADO.NET The expression FOR XML RAW tells SQL Server to: Place the values of the columns into elements rather than attributes. Place some columns into elements and others into attributes. Place the values of the columns as attributes in the resulting XML document. None of these Place the values of the columns into elements rather than attributes. Place some columns into elements and others into attributes. Place the values of the columns as attributes in the resulting XML document. None of these ANSWER DOWNLOAD EXAMIANS APP
XML and ADO.NET The most popular way to materialize XML documents is to use XSLT. True False True False ANSWER DOWNLOAD EXAMIANS APP
XML and ADO.NET The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n): HTML page. Stylesheet. DOCTYPE procedure. Stored procedure. HTML page. Stylesheet. DOCTYPE procedure. Stored procedure. ANSWER DOWNLOAD EXAMIANS APP
XML and ADO.NET SOAP uses HTTP as its only transport mechanism. True False True False ANSWER DOWNLOAD EXAMIANS APP
XML and ADO.NET Datasets which reside on the user's hard drive are created by ADO.NET to facilitate the transformation of XML documents to and from relational database constructs. True False True False ANSWER DOWNLOAD EXAMIANS APP
XML and ADO.NET With XSLT, you specify a procedure for materializing document elements. False True False True ANSWER DOWNLOAD EXAMIANS APP