Microsoft
98-364 · Question #196
What is one difference between an update statement and a delete statement?
The correct answer is C. An update statement does not remove rows from a table. See the full explanation below for the reasoning.
Question
What is one difference between an update statement and a delete statement?
Options
- AAn update statement can change only one row.
- BA delete statement cannot use a where clause.
- CAn update statement does not remove rows from a table.
- DA delete statement works only within a stored procedure.
How the community answered
(20 responses)- A5% (1)
- C85% (17)
- D10% (2)
Community Discussion
No community discussion yet for this question.