nerdexam
IBM

C2090-558 · Question #116

Click the Exhibit button. Which of the following will display the values in the lead_time column from highest to lowest?

The correct answer is D. SELECT * FROM manufact ORDER BY lead_time DESC. See the full explanation below for the reasoning.

Question

Click the Exhibit button. Which of the following will display the values in the lead_time column from highest to lowest?

Exhibit

C2090-558 question #116 exhibit

Options

  • ASELECT * FROM manufact ORDER BY lead_time
  • BSELECT * FROM manufact ORDER BY lead_time ASC
  • CSELECT * FROM manufact ORDER BY lead_time HIGH
  • DSELECT * FROM manufact ORDER BY lead_time DESC

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    10% (3)
  • D
    79% (23)

Community Discussion

No community discussion yet for this question.

Full C2090-558 Practice