Created
July 16, 2019 20:00
-
-
Save Shaddyjr/8f67cf91bd22e6009aca9d8a14272161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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