開始使用免費開始

摘要數值分佈

2017 年對 Fortune 500 公司的營收是好年還是壞年?先查看 revenues_change 的分佈,再計算營收增加的公司數量,來比較 2016 到 2017 年營收的變化。

本練習屬於課程

SQL 中的探索式資料分析

檢視課程

動手互動練習

試著完成這個範例程式碼,體驗一下這個練習。

-- Select the count of each value of revenues_change
SELECT ___, ___
  FROM ___
 ___ ___ ___
 -- order by the values of revenues_change
 ORDER BY ___;
編輯並執行程式碼