Im looking to expand on the knowledge I already have in MySql (it is not that much ), so I download a sample database from : http://downloads.mysql.com/docs/sakila-db.zip , and start to play with, my q that is there a way to join these tables ( actor, film, film-actor ) to have a table that show each actor with the films he act on?
Share
These tables have many-to-many relationship, to show each actor with the films you can use this query –