Microsoft
70-433 · Question #77
You have the following rows in the Customer Table: You write the following query to return all customers that do not have NULL or 'Dormant' for their status: SELECT * FROM Customer WHERE Status NOT…
The correct answer is A. Option A. See the full explanation below for the reasoning.
Question
You have the following rows in the Customer Table:
You write the following query to return all customers that do not have NULL or 'Dormant' for their status:
SELECT * FROM Customer WHERE Status NOT IN (NULL, 'Dormant') You need to identify the results of the query. Which result should you expect?
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(52 responses)- A85% (44)
- B8% (4)
- C6% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.