nerdexam
Microsoft

98-364 · Question #156

You have a table that contains product IDs and product names. You need to write an UPDATE statement to change the name of a specific product to glass. What should you include in the update statement?

The correct answer is A. SET ProduetName = 'glass'. See the full explanation below for the reasoning.

Question

You have a table that contains product IDs and product names. You need to write an UPDATE statement to change the name of a specific product to glass. What should you include in the update statement?

Options

  • ASET ProduetName = 'glass'
  • BLET ProduetName = 'glass'
  • CEXEC ProduetName = 'glass'
  • DASSIGN ProduetName = 'glass'

How the community answered

(48 responses)
  • A
    71% (34)
  • B
    4% (2)
  • C
    8% (4)
  • D
    17% (8)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice