Solution: Sort the Answers
We'll cover the following...
We'll cover the following...
Query
SELECT * FROM pets ORDER BY age DESC, name ASC;
Explanation
This SQL query retrieves all columns from the pets ...
SELECT * FROM pets ORDER BY age DESC, name ASC;
This SQL query retrieves all columns from the pets ...