Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Month-over-Month Revenue Growth | Period-over-Period Comparisons
SQL for Finance and Accounting
セクション 2.  2
single

single

bookChallenge: Month-over-Month Revenue Growth

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

  • Write a SQL query that calculates the revenue for each month using the revenue table.
  • 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 NULL for 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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt