開始使用免費開始

依國家與性別探索評分

現在你要調查依國家與性別彙總後的顧客平均評分。

本練習屬於課程

以資料驅動的 SQL 決策制定

檢視課程

動手互動練習

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

SELECT 
	___ -- Select country, gender and rating
    ___
    ___
FROM renting AS r
___ customers AS c -- Use the correct join
___;
編輯並執行程式碼