The LIMIT command can limit the number of results from a SELECT.

SELECT <fields> FROM <table_name> LIMIT <number>;