본문 바로가기
728x90

SQL/LeetCode29

[LeetCode][SQL50] #14. Confirmation Rate 💻 문제 주소 : Confirmation Rate - LeetCode Confirmation Rate - LeetCode Can you solve this real interview question? Confirmation Rate - Table: Signups +----------------+----------+ | Column Name | Type | +----------------+----------+ | user_id | int | | time_stamp | datetime | +----------------+----------+ user_id is the colum leetcode.com 💻 문제 Write a solution to find the confirmation rate of each .. 2023. 11. 13.
[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.
[LeetCode][SQL50] #11. Employee Bonus 💻 문제 주소 : Employee Bonus - LeetCode Employee Bonus - LeetCode Can you solve this real interview question? Employee Bonus - Table: Employee +-------------+---------+ | Column Name | Type | +-------------+---------+ | empId | int | | name | varchar | | supervisor | int | | salary | int | +-------------+---------+ empId leetcode.com 💻 문제 Write a solution to report the name and bonus amount of each .. 2023. 11. 8.
[LeetCode][SQL50] #10. Average Time of Process per Machine 💻 문제 주소 : Average Time of Process per Machine - LeetCode Average Time of Process per Machine - LeetCode Can you solve this real interview question? Average Time of Process per Machine - Table: Activity +----------------+---------+ | Column Name | Type | +----------------+---------+ | machine_id | int | | process_id | int | | activity_type | enum | | timestam leetcode.com 💻 문제 The resulting table.. 2023. 11. 8.
728x90
반응형