SELECT * FROM Country WHERE Name LIKE 'A%' ORDER BY Population DESC
SELECT Name, Population FROM Country WHERE Name LIKE 'A%' ORDER BY Population DESC LIMIT 5