Course Content
SQL Tutorial for Beginners
SQL Tutorial for Beginners
Challenge Having
Task
Let's find the total value of each album with more than 1 song. To do that, you should group songs by their albums and count the total price of songs. Display the album
, the number of songs in it, and the price of the album, starting with the most expensive.
Thanks for your feedback!
Challenge Having
Task
Let's find the total value of each album with more than 1 song. To do that, you should group songs by their albums and count the total price of songs. Display the album
, the number of songs in it, and the price of the album, starting with the most expensive.
Thanks for your feedback!
Challenge Having
Task
Let's find the total value of each album with more than 1 song. To do that, you should group songs by their albums and count the total price of songs. Display the album
, the number of songs in it, and the price of the album, starting with the most expensive.
Thanks for your feedback!
Task
Let's find the total value of each album with more than 1 song. To do that, you should group songs by their albums and count the total price of songs. Display the album
, the number of songs in it, and the price of the album, starting with the most expensive.