What does the SQL keyword "ORDER BY" do?

Last Updated :
Discuss
Comments

What does the SQL keyword "ORDER BY" do?

Filters rows based on a specified condition

Group rows that have the same values into summary rows

Orders the result set based on specified columns

Joins two or more tables

Share your thoughts in the comments