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
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)- A7% (2)
- B3% (1)
- C10% (3)
- D79% (23)
Community Discussion
No community discussion yet for this question.
