...

/

Solution: Sort the Answers

Solution: Sort the Answers

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 ...