Solution to "Playlist Maker" in SQL, more advanced sql queries
Hi,
Can someone please provide the solution to the "Playlist Maker" exercise in Advanced SQL queries. The way the tables are setup it doesn't make sense to me.
I've tried
SELECT title FROM songs WHERE 'Pop' IN (SELECT genre FROM artists);
Thank you
Please sign in to leave a comment.