Broadcom-VMware
5V0-91.20 · Question #73
Given the following query: SELECT * FROM users WHERE UID >= 500; Which statement is correct?
The correct answer is A. This query limits the number of columns to display in the results. See the full explanation below for the reasoning.
Question
Given the following query:
SELECT * FROM users WHERE UID >= 500;
Which statement is correct?
Options
- AThis query limits the number of columns to display in the results.
- BThis query filters results sent to the cloud.
- CThis query is missing a parameter for validity.
- DThis query returns all accounts found on systems.
How the community answered
(62 responses)- A82% (51)
- B3% (2)
- C5% (3)
- D10% (6)
Community Discussion
No community discussion yet for this question.