sql sort ascending limit code example Example: sql sort ascending limit SELECT name FROM column_names ORDER BY name ASC LIMIT 3;