본문 바로가기
728x90

SQL25

[LeetCode][SQL50] #18. Percentage of Users Attended a Contest 💻 문제 주소 : Percentage of Users Attended a Contest - LeetCode Percentage of Users Attended a Contest - LeetCode Can you solve this real interview question? Percentage of Users Attended a Contest - Table: Users +-------------+---------+ | Column Name | Type | +-------------+---------+ | user_id | int | | user_name | varchar | +-------------+---------+ user_id is the leetcode.com 💻 문제 Write a soluti.. 2023. 11. 15.
[LeetCode][SQL50] #17. Project Employees I 💻 문제 주소 : Project Employees I - LeetCode Project Employees I - LeetCode Can you solve this real interview question? Project Employees I - Table: Project +-------------+---------+ | Column Name | Type | +-------------+---------+ | project_id | int | | employee_id | int | +-------------+---------+ (project_id, employee_id) is th leetcode.com 💻 문제 Write an SQL query that reports the average experie.. 2023. 11. 15.
[LeetCode][SQL50] #16. Average Selling Price 💻 문제 주소 : Average Selling Price - LeetCode Average Selling Price - LeetCode Can you solve this real interview question? Average Selling Price - Table: Prices +---------------+---------+ | Column Name | Type | +---------------+---------+ | product_id | int | | start_date | date | | end_date | date | | price | int | +--------------- leetcode.com 💻 문제 Write a solution to find the average selling pr.. 2023. 11. 14.
[LeetCode][SQL50] #13. Managers with at Least 5 Direct Reports 💻 문제 주소 : Managers with at Least 5 Direct Reports - LeetCode Students and Examinations - LeetCode Can you solve this real interview question? Students and Examinations - Table: Students +---------------+---------+ | Column Name | Type | +---------------+---------+ | student_id | int | | student_name | varchar | +---------------+---------+ student_id is leetcode.com 💻 문제 Write a solution to find .. 2023. 11. 9.
[LeetCode][SQL50] #12. Students and Examinations 💻 문제 주소 : Students and Examinations - LeetCode Students and Examinations - LeetCode Can you solve this real interview question? Students and Examinations - Table: Students +---------------+---------+ | Column Name | Type | +---------------+---------+ | student_id | int | | student_name | varchar | +---------------+---------+ student_id is leetcode.com 💻 문제 Write a solution to find the number of .. 2023. 11. 9.
728x90
반응형