He asks: How would you write a query that retrieves only data about people who joined our firm in 2019 from the Clients table in our database?

✓

 
Correct
To write a query that retrieves only data about people who joined the firm in 2019 from the Clients table, type SELECT * FROM Clients WHERE start_date=’2019’.