syntax=SELECT column_name(s) FROM table_name LIMIT number ///example/// SELECT * FROM Persons LIMIT 5