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