Oracle
1Z0-071 · Question #248
Evaluate the following SQL statement: Which statement is true regarding the outcome of the above query?
The correct answer is D. It produces an error because the ORDER BY clause should appear only at the end of a. See the full explanation below for the reasoning.
Question
Evaluate the following SQL statement:
Which statement is true regarding the outcome of the above query?
Exhibit
Options
- AIt executes successfully and displays rows in the descending order of PROMO_CATEGORY.
- BIt produces an error because positional notation cannot be used in the ORDER BY clause with
- CIt executes successfully but ignores the ORDER BY clause because it is not located at the end of
- DIt produces an error because the ORDER BY clause should appear only at the end of a
How the community answered
(30 responses)- A17% (5)
- B3% (1)
- C10% (3)
- D70% (21)
Community Discussion
No community discussion yet for this question.
