SELECT FROM table_name WHERE condition LIMIT number;

e.g -

SELECT FROM Customers WHERE CustomerName='Alfreds Futterkiste' LIMIT 5