Broadcom-VMware
5V0-91.20 · Question #107
Which statement filters data to only return rows where the publisher of the software includes VMware anywhere in the name?
The correct answer is D. WHERE publisher LIKE "%VMware% ". See the full explanation below for the reasoning.
Question
Which statement filters data to only return rows where the publisher of the software includes VMware anywhere in the name?
Options
- AWHERE publisher = "%VMware%"
- BWHERE publisher = "VMware"
- CWHERE publisher LIKE "%VMware%"
- DWHERE publisher LIKE "%VMware% "
How the community answered
(44 responses)- A5% (2)
- B9% (4)
- C2% (1)
- D84% (37)
Community Discussion
No community discussion yet for this question.