CS50_Labs/Lab7/songs/7.sql

1 line
94 B
SQL

select avg(energy) from songs where artist_id = (select id from artists where name = "Drake");