After the IN keyword, we code the options between parentheses (), like 'France' and 'Germany' here.
IN
()
'France'
'Germany'
Make sure to pick (, followed by 'France', 'Germany', and finally ).
(
'France', 'Germany'
)