This article is tagged with:
Sql sort ascending limit
and mysql
sql sort ascending limit
SELECT name
FROM column_names
ORDER BY name ASC
LIMIT 3;