I tried using limit
order to get a result like
student_id | name | major
1 | kate | bio
2 | david | chem
3 | jake | math
instead of
student_id | name | major
1 | kate | bio
2 | david | chem
3 | jake | math
4 | ... | ...
5 | ... | ...
which means 3 results instead of 5 but i got a syntax error and couldn't find solutions. any suggestions?