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
SELECT movies.title FROM movies JOIN ratings ON movies.id=ratings.movie_id WHERE id IN (SELECT movie_id FROM stars WHERE person_id==(SELECT id FROM people WHERE name=="Chadwick Boseman")) ORDER BY ratings.rating DESC LIMIT 5;