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)- A71% (34)
- B4% (2)
- C8% (4)
- D17% (8)
Community Discussion
No community discussion yet for this question.