Chain a condition that checks if genre starts with f, using the 'f%' pattern.
genre
'f%'
Make sure to type AND genre LIKE 'f%'.
AND genre LIKE 'f%'