How can I limit the number of rows I want to fetch from my MySQL table? SELECT buyer_id, buyer_name FROM buyer_table LIMIT 10;