Posts by Rey • 11 points
1 post
-
1
votes4
answers489
viewsA: Sub-search with SQL
SELECT title FROM songs WHERE artist IN (SELECT name FROM artists WHERE genre = "Pop");
1 post
1
votes4
answers489
viewsSELECT title FROM songs WHERE artist IN (SELECT name FROM artists WHERE genre = "Pop");