Microsoft
98-361 · Question #309
You need to update the Products table and remove all discontinued products. When the products are discontinued, the value of the field Discontinued is set to true. Which of the following SQL…
The correct answer is D. DELETE. See the full explanation below for the reasoning.
Question
You need to update the Products table and remove all discontinued products. When the products are discontinued, the value of the field Discontinued is set to true. Which of the following SQL statements should you use to make changes to the Products table?
Options
- AINSERT
- BSELECT
- CUPDATE
- DDELETE
How the community answered
(67 responses)- A10% (7)
- B6% (4)
- C1% (1)
- D82% (55)
Community Discussion
No community discussion yet for this question.