Oracle
1Z0-882 · Question #77
Consider a table my_table , with contents shown: You execute: SELECT a b, b a FROM my_table WHERE a < s ORDER BY b; What does this statement return?
The correct answer is D. Option D. See the full explanation below for the reasoning.
Question
Consider a table my_table , with contents shown:
You execute:
SELECT a b, b a FROM my_table WHERE a < s ORDER BY b; What does this statement return?
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(42 responses)- A17% (7)
- B10% (4)
- C2% (1)
- D71% (30)
Community Discussion
No community discussion yet for this question.