SQL Queries
Question
We have a table called `song_plays` that tracks each time a user plays a song.Let’s say we want to create an aggregate table called `lifetime_plays` that records the song count by date for each user.Write a SQL query that could make this ETL each day.
0
Interview Question
55 years
0 Answers
326 views
Great Grand Master 0
Leave an answer