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
This question is part of this quiz :
SQL Basics Quiz Questions