Microsoft
70-433 · Question #14
You have a table named Customer that has an XML column named Locations. This column stores an XML fragment that contains details of one or more locations, as show in the following examples…
The correct answer is D. SELECT. See the full explanation below for the reasoning.
Question
You have a table named Customer that has an XML column named Locations. This column stores an XML fragment that contains details of one or more locations, as show in the following examples. <Location City="Sydney" Address="..." PhoneNumber="..." /> <Location City="Chicago" Address="..." PhoneNumber="..." /> <Location City="London" Address="..." PhoneNumber="..." /> You need to write a query that returns a row for each of the customer's locations. Each resulting row must include the customer name, city, and an XML fragment that contains the location details. Which query should you use?
Options
- ASELECT
- BSELECT
- CSELECT
- DSELECT
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C12% (4)
- D79% (26)
Community Discussion
No community discussion yet for this question.