nerdexam
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

1Z0-071 question #248 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)
  • A
    17% (5)
  • B
    3% (1)
  • C
    10% (3)
  • D
    70% (21)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice