CS50 Pset 7 13.sql, I can't solve it, nested sqlite3 database
问题 DataBase movies.db tables directors (movie_id, person_id) movies (id, title, year) people (id, name, birth) ratings (movie_id, rating, votes) stars (movie_id, person_id) you can download the database . Question I'm new in programming, so I decided, to begin with, CS50 Harvard course here is the problem and the test solution: In 13.sql, write a SQL query to list the names of all people who starred in a movie in which Kevin Bacon also starred. Your query should output a table with a single