<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVGHS6G" height="0" width="0" style="display:none;visibility:hidden"></iframe>

Coursera数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(2)
SQL(2)
Coding(0)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
全部(2)
SQL(2)
Coding(0)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
1.Calculate the Proportion of Users Registered but Not Enrolled in Any Course
2.SQL Query to Find Courses Not Offered in a Specific Country
1. Calculate the Proportion of Users Registered but Not Enrolled in Any Course
Write an SQL query to calculate the proportion of users who are registered but have not enrolled in any course. You will need to perform aggregation before calculating the proportion.
2. SQL Query to Find Courses Not Offered in a Specific Country
Write an SQL query to find all courses that are not offered in a specific country. This will require a JOIN operation between two tables.