-- Use where to specify a condition:
SELECT * FROM cats WHERE age = 4;
SELECT * FROM cats WHERE name ='Egg';