write a SQL query to list the names of all songs in the database.
write a SQL query to list the names of all songs in increasing order of tempo.
write a SQL query to list the names of the top 5 longest songs, in descending order of length.
write a SQL query that lists the names of any songs that have danceability, energy, and valence greater than 0.75.
write a SQL query that returns the average energy of all the songs
write a SQL query that lists the names of the songs that feature other artists.