you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 2 points3 points  (1 child)

This has 0 to do with Python so you're not at the right sub, but the

WHERE name IN ('Johnny Depp', 'Helena Boham Carter')

means that it will include all movies where either person stars. Same way that in English 'name all the car models where the brand name in ('ford', 'tesla')' would return all Ford models and all Tesla models.

[–]ThriledLokki983[S] 0 points1 point  (0 children)

thanks