ORDER BY sorts the result rows; LIMIT (with OFFSET) restricts how many rows are returned. Together they handle sorting and pagination — essential for displaying ordered, paged data.
ORDER BY — sorting
name, age users age;
name, age users age ;
users country, name;
users created_at ;
