He asks: How would you write a query that retrieves only data about people with the last name Hassan from the Clients table in our database?

Correct
To write a query that retrieves only data about people with the last name Hassan from the Clients table, type SELECT * FROM Clients WHERE last_name=’Hassan’.