When using two wildcards, like with '%a%', we want to match any text of any length before and after the text 'a'.
'%a%'
'a'
Make sure to pick WHERE followed by first_name and then LIKE, '%a%'.
WHERE
first_name
LIKE