Oracle
1Z0-882 · Question #44
Consider the my_table table with these contents: You execute: SELECT 1 FROM my_table; What is the result?
The correct answer is B. Two values: 1, 1. See the full explanation below for the reasoning.
Question
Consider the my_table table with these contents:
You execute:
SELECT 1 FROM my_table; What is the result?
Options
- AA single value: 1
- BTwo values: 1, 1
- CTwo values: 11, 12
- DTwo values: 11, 13
- EAn error message
How the community answered
(22 responses)- A9% (2)
- B73% (16)
- D14% (3)
- E5% (1)
Community Discussion
No community discussion yet for this question.