코딩테스트/리트코드 SQL32 [리트코드/SQL] 20. User Activity for the Past 30 Days I (1141) 👉https://leetcode.com/problems/user-activity-for-the-past-30-days-i/?envType=study-plan&id=sql-i User Activity for the Past 30 Days I - LeetCode 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 🤔 문제 분석 1) Write an SQL query to find the daily active user count for a period of 30 days ending 2.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 19. Sales Person (607) 👉https://leetcode.com/problems/sales-person/description/?envType=study-plan&id=sql-i Sales Person - LeetCode 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 🤔 문제 분석 1) Write an SQL query to report the names of all the salespersons who did not have any orders related to the company with the .. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 18. Rising Temperature (197) 👉https://leetcode.com/problems/rising-temperature/description/?envType=study-plan&id=sql-i Rising Temperature - LeetCode 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 🤔 문제 분석 1) Write an SQL query to find all dates' Id with higher temperatures compared to its previous dates (yesterday). 2.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 17. Article Views I (1148) 👉 https://leetcode.com/problems/article-views-i/description/?envType=study-plan&id=sql-i Article Views I - LeetCode 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 🤔 문제 분석 1) Write an SQL query to find all the authors that viewed at least one of their own articles. 2) Return the result tabl.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 16. Customer Who Visited but Did Not Make Any Transactions (1581) 👉https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions/description/?envType=study-plan&id=sql-i Customer Who Visited but Did Not Make Any Transactions - LeetCode 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 🤔 문제 분석 1) Write an SQL query to find the IDs of t.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 15. Combine Two Tables (175) 👉https://42-snoopy.tistory.com/entry/%EB%A6%AC%ED%8A%B8%EC%BD%94%EB%93%9CSQL-14-Second-Highest-Salary-176 Second Highest Salary - LeetCode 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 🤔 문제 분석 1) Write an SQL query to report the first name, last name, city, and state of each person in .. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 14. Second Highest Salary (176) 👉https://leetcode.com/problems/second-highest-salary/?envType=study-plan&id=sql-i Second Highest Salary - LeetCode 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 🤔 문제 분석 1) Write an SQL query to report the second highest salary from the Employee table. If there is no second highest salary,.. 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 13. Tree node (608) 👉https://leetcode.com/problems/tree-node/description/?envType=study-plan&id=sql-i Tree Node - LeetCode 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 🤔 문제 분석 1) Write an SQL query to report the type of each node in the tree. Each node in the tree can be one of three types: "Leaf": if the n.. 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 12. Rearrange Products Table (1795) 👉https://leetcode.com/problems/rearrange-products-table/description/?envType=study-plan&id=sql-i Rearrange Products Table - LeetCode 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 🤔 문제 분석 1) Write an SQL query to rearrange the Products table so that each row has (product_id, store, price)... 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 11. Employees With Missing Information (1965) 👉https://leetcode.com/problems/employees-with-missing-information/?envType=study-plan&id=sql-i Employees With Missing Information - LeetCode 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 🤔 문제 분석 1) Write an SQL query to report the IDs of all the employees with missing information. The inf.. 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 10. Patients With a Condition (1527) 👉https://leetcode.com/problems/patients-with-a-condition/discussion/?envType=study-plan&id=sql-i Group Sold Products By The Date - LeetCode 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 🤔 문제 분석 1) Write an SQL query to report the patient_id, patient_name and conditions of the patients .. 코딩테스트/리트코드 SQL 2022. 12. 8. [리트코드/SQL] 9. Group Sold Products By The Date (1484) 👉https://leetcode.com/problems/group-sold-products-by-the-date/?envType=study-plan&id=sql-i Group Sold Products By The Date - LeetCode 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 🤔 문제 분석 1) Write an SQL query to find for each date the number of different products sold and their names. 2.. 코딩테스트/리트코드 SQL 2022. 12. 8. 이전 1 2 3 다음