Skip to content

Commit 74ac737

Browse files
authored
copy to public FitzBrendan Spotify Queries 7.sql
1 parent 1a5b08d commit 74ac737

File tree

1 file changed

+10
-0
lines changed
  • sql/spotify-song-database-queries

1 file changed

+10
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)