Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1.What is the name of the language that’s designed to insert, update, or delete

ID: 3715248 • Letter: 1

Question

1.What is the name of the language that’s designed to insert, update, or delete nodes from an XML document?

QUERYX

QUERY X-TREME

XQUERY

XML DML

2. You can code one or more ________________ within the start tag of an element.

contents

attributes

documents

definitions

3. An XML schema can prevent all but one of the following from being stored in a column or variable declared with the xml type. Which one?

a null value

a document that doesn’t contain all the tags specified by the schema

a document with tags that don’t match the tags specified by the schema

a string that doesn’t use XML tags

4.When you use the Query Editor to run a query that returns an xml type, the Management Studio displays the XML data in blue with underlining to indicate that it is what?

a link

XML blue

misspelled

XML data

a.

QUERYX

b.

QUERY X-TREME

c.

XQUERY

d.

XML DML

Explanation / Answer

Following is the answer:

1.What is the name of the language that’s designed to insert, update, or delete nodes from an XML document?
-> c - XQUERY
2.You can code one or more ________________ within the start tag of an element.
-> b - attributes
3.An XML schema can prevent all but one of the following from being stored in a column or variable declared with the xml type. Which one?
-> a - a null value
4.When you use the Query Editor to run a query that returns an xml type, the Management Studio displays the XML data in blue with underlining to indicate that it is what?
-> a - a link