1 parent 1a5b08d commit 74ac737Copy full SHA for 74ac737
sql/spotify-song-database-queries/7.sql
@@ -0,0 +1,10 @@
1
+SELECT
2
+AVG(energy)
3
+FROM
4
+songs
5
+JOIN
6
+artists
7
+ON
8
+songs.artist_id = artists.id
9
+WHERE
10
+artists.name = "Drake";
0 commit comments