nerdexam
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)
  • A
    6% (2)
  • B
    3% (1)
  • C
    12% (4)
  • D
    79% (26)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice