Database - XML and ADO.NET

Exercise : XML and ADO.NET - General Questions
6.
To eliminate definition duplication, XML Schemas define:
an intersection table.
global elements.
a normalized definition table.
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
What is not true about SOAP?
SOAP originally meant Simple Object Access Protocol.
SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.
SOAP now is just a name, not an acronym
SOAP was an early form of XML.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
XML Schemas consist of:
properties and methods.
elements and attributes.
structure and data.
tables and relationships.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
The expression FOR XML RAW tells SQL Server to:
place the values of the columns as attributes in the resulting XML document.
place the values of the columns into elements rather than attributes.
place some columns into elements and others into attributes.
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
ADO.NET provides the ability to create and process in-memory databases called:
views.
relations.
tables.
datasets.
Answer: Option
Explanation:
No answer description is available. Let's discuss.