nerdexam
Microsoft

70-433 · Question #11

You need to generate the following XML document. <ProductExport> <Product Price="99">Product1</Product> <Product Price="199">Product2</Product> <Product Price="299">Product3</Product> <Product…

The correct answer is D. SELECT Price [@Price]. See the full explanation below for the reasoning.

Question

You need to generate the following XML document. <ProductExport> <Product Price="99">Product1</Product> <Product Price="199">Product2</Product> <Product Price="299">Product3</Product> <Product Price="399">Product4</Product> </ProductExport> Which query should you use?

Options

  • ASELECT Price, ProductName
  • BSELECT Price, ProductName
  • CSELECT Price [@Price],
  • DSELECT Price [@Price],

How the community answered

(19 responses)
  • A
    16% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    74% (14)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice