You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AND c.category_id IN (2, 3, 8) -- 2: Animation Films | 3: Children Films | 8: Family Films
AND f.rating IN ('G', 'PG') -- after reviewing the first dataset in the above categories, the descriptions of some of the films didn't seem too family friendly.;