CS50_Labs/Lab7/songs/6.sql

2 lines
94 B
MySQL
Raw Permalink Normal View History

2024-08-09 17:43:54 +00:00
select name from songs where artist_id = (select id from artists where name = "Post Malone");