Oracle
1Z0-071 · Question #126
You must display details of all users whose username contains the string 'ch_'. Which query generates the required output? (Choose the best answer.)
The correct answer is D. SELECT * FROM users. See the full explanation below for the reasoning.
Question
You must display details of all users whose username contains the string 'ch_'. Which query generates the required output? (Choose the best answer.)
Options
- ASELECT * FROM users
- BSELECT * FROM users
- CSELECT * FROM users
- DSELECT * FROM users
How the community answered
(32 responses)- A16% (5)
- B3% (1)
- C9% (3)
- D72% (23)
Community Discussion
No community discussion yet for this question.