LIMIT 语句来选取指定的条数数据。
SELECT column_name(s) FROM table_name LIMIT number;
SELECT * FROM Persons LIMIT 5;