본문 바로가기
728x90

SQL/LeetCode29

[LeetCode][SQL50] #19. Queries Quality and Percentage 💻 문제 주소 : 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] #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] #15. Not Boring Movies 💻 문제 주소 : Not Boring Movies - LeetCode Not Boring Movies - LeetCode Can you solve this real interview question? Not Boring Movies - Table: Cinema +----------------+----------+ | Column Name | Type | +----------------+----------+ | id | int | | movie | varchar | | description | varchar | | rating | float | +---------------- leetcode.com 💻 문제 Write a solution to report the movies with an odd-numbe.. 2023. 11. 13.
728x90
반응형