When using two wildcards, like with '%a%', we want to match any text of any length before and after the text 'a'.

Make sure to pick WHERE followed by first_name and then LIKE, '%a%'.