SELECT first_name, last_name, salary, job_id FROM employees WHERE salary = (SELECT MIN(salary) FROM employees);
The lowest possible number on SQL is -2147483648
SELECT * FROM MyTable ORDER BY MyCol ASC LIMIT 100