Skip to content

Instantly share code, notes, and snippets.

@Shaddyjr
Created July 16, 2019 20:00
Show Gist options
  • Save Shaddyjr/8f67cf91bd22e6009aca9d8a14272161 to your computer and use it in GitHub Desktop.
Save Shaddyjr/8f67cf91bd22e6009aca9d8a14272161 to your computer and use it in GitHub Desktop.
SELECT *
FROM actor AS a
INNER JOIN film_actor AS fa ON a.actor_id = fa.actor_id
INNER JOIN film AS f on f.film_id = fa.film_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment