Challenge: Month-over-Month Revenue Growth
Uppgift
Swipe to start coding
- Write a SQL query that calculates the revenue for each month using the
revenuetable. - For each month, also compute the change in revenue compared to the previous month.
- Your result should include the following columns:
- The month (as the first day of the month)
- The total revenue for that month
- The change in revenue compared to the previous month (can be
NULLfor the first month)
- Use a window function to compare each month to its previous month.
- Do not repeat or copy the code samples already provided in the chapter.
- Order the results by month in ascending order.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 2
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Fantastiskt!
Completion betyg förbättrat till 4.55
Challenge: Month-over-Month Revenue Growth
Svep för att visa menyn
Uppgift
Swipe to start coding
- Write a SQL query that calculates the revenue for each month using the
revenuetable. - For each month, also compute the change in revenue compared to the previous month.
- Your result should include the following columns:
- The month (as the first day of the month)
- The total revenue for that month
- The change in revenue compared to the previous month (can be
NULLfor the first month)
- Use a window function to compare each month to its previous month.
- Do not repeat or copy the code samples already provided in the chapter.
- Order the results by month in ascending order.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 2
single