SQL query to get list of Authors who have written at least a book on all Genres
Tables are
Author_id | Author_info => authors
Genre_id | Genre_info => genres
Author_id | Genre_id | Book_id => books
I'm using Mysql, what would be the best way to do this?