开始使用免费开始使用

识别西班牙用户最喜欢的演员

现在,您将探索演员在西班牙的受欢迎程度。为每张表使用其名称的首字母作为别名,但表 actsin 例外,请使用 ai

本练习是课程的一部分

用 SQL 进行数据驱动决策

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

SELECT *
FROM renting as r 
LEFT JOIN ___  -- Augment table renting with information about customers 
___
LEFT JOIN ___  -- Augment the table renting with the table actsin
___
LEFT JOIN ___  -- Augment table renting with information about actors
___;
编辑并运行代码