SELECT * FROM pets WHERE Danger >= 7 ORDER BY Danger DESC; -- Sort by Danger in descending order (10 → 1)