artist column from the Spotify table.COUNT() function to count the number of occurrences of each artist's tracks.artist column using the GROUP BY clause.ORDER BY clause.
erDiagram
Spotify {
int id PK
varchar track_name
varchar artist
}