select * from emp limit 5;
select * from emp limit 5,5;
select * from empor order by salary desc limit 1;