Database - XML and ADO.NET

Exercise : XML and ADO.NET - General Questions
1.
The XSLT processor copies the elements of the stylesheet until it finds a command in the format:
SELECT ... FROM ... WHERE.
{item, action}.
{for-each select}.
<HTML>...<\HTML>.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol?
SOAP
SGML
SQL
ADO
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
Which of the following statements is not true about XML Schemas:
They are used to define the content and structure of data.
They define a set of symbols and the relationships of those symbols.
They are themselves XML documents.
They have their own syntax.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
The most popular way to materialize XML documents is to use:
DTD.
XSLT.
HTML.
SOAP.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
With XML:
views are not limited to one multi-valued path only.
documents can automatically be generated from database data only.
database data can automatically be extracted from XML documents only.
With XML, all of the above are true.
Answer: Option
Explanation:
No answer description is available. Let's discuss.