Multiple choice

Which of the following components of SQL tells the database how a user wants the data to be sorted?

  1. Select

  2. From

  3. Where

  4. Order by

  5. Group by

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This component of SQL tells the database how a user wants the data to be sorted.