Code aroma, followed by LIKE and the pattern 'c%', to match values starting with the letter c.
aroma
LIKE
'c%'
c
Make sure to type aroma LIKE 'c%'.
aroma LIKE 'c%'