Only select items that have a type of 'free' or 'basic'.
type
'free'
'basic'
Make sure to pick WHERE followed by type and then IN, (, 'free', 'basic', ).
WHERE
IN
(
'free', 'basic'
)