Select * from limit 5
- Select * from customers limit 5 to 10
- Select * from s3object s limit 5
- Select * from customers limit 5 offset 10
- Select * from table limit 5
- Select * from product limit 5 3
- Select * from logs limit 3 5
- Select * from instructor where lastname='smith' limit 5
- Select * from employees order by emp_name limit 5
- Limit 5
- Select * from limit 10