Leetcode20 [leetcode] 601. Human Traffic of Stadium / 연속된 숫자 3개 이상 601. Human Traffic of Stadium https://leetcode.com/problems/human-traffic-of-stadium/ Human Traffic of Stadium - LeetCode Can you solve this real interview question? Human Traffic of Stadium - Table: Stadium +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | visit_date | date | | people | int | +---------------+---------+ visit_date leetcode.com Write a.. 2023. 4. 19. [leetcode] 262. Trips and Users / 취소 비율 구하기 262. Trips and Users https://leetcode.com/problems/trips-and-users/ Trips and Users - LeetCode Can you solve this real interview question? Trips and Users - Table: Trips +-------------+----------+ | Column Name | Type | +-------------+----------+ | id | int | | client_id | int | | driver_id | int | | city_id | int | | status | enum | | request_at | leetcode.com The cancellation rate is computed .. 2023. 4. 17. [leetcode] 585. Investments in 2016 / 투자 가치 합 585. Investments in 2016 https://leetcode.com/problems/investments-in-2016/ Investments in 2016 - LeetCode Can you solve this real interview question? Investments in 2016 - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Write an SQL query to report the sum of all total investment values in.. 2023. 4. 1. [leetcode] 1907. Count Salary Categories/급여 범주 구하기/CASE WHEN 1907. Count Salary Categories https://leetcode.com/problems/count-salary-categories/ Count Salary Categories - LeetCode Can you solve this real interview question? Count Salary Categories - Table: Accounts +-------------+------+ | Column Name | Type | +-------------+------+ | account_id | int | | income | int | +-------------+------+ account_id is the primary key for this t leetcode.com Write an.. 2023. 3. 31. [leetcode] 1321. Restaurant Growth/7일간의 이동 평균 1321. Restaurant Growth https://leetcode.com/problems/restaurant-growth/ Restaurant Growth - LeetCode Can you solve this real interview question? Restaurant Growth - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com You are the restaurant owner and you want to analyze a possible expansion (th.. 2023. 3. 29. [leetcode] 1341. Movie Rating / 평점 가장 많이 남긴 사람, 평점이 가장 높은 영화 1341. Movie Rating https://leetcode.com/problems/movie-rating/ Movie Rating - LeetCode Can you solve this real interview question? Movie Rating - Table: Movies +---------------+---------+ | Column Name | Type | +---------------+---------+ | movie_id | int | | title | varchar | +---------------+---------+ movie_id is the primary key for this leetcode.com Write an SQL query to: Find the name of th.. 2023. 3. 27. 이전 1 2 3 4 다음