728x90 Having4 [SQL50] #29. Customers Who Bought All Products 💻 문제 주소 : Customers Who Bought All Products - LeetCode Customers Who Bought All Products - LeetCode Can you solve this real interview question? Customers Who Bought All Products - Table: Customer +-------------+---------+ | Column Name | Type | +-------------+---------+ | customer_id | int | | product_key | int | +-------------+---------+ This table may leetcode.com 💻 문제 Write a solution to repo.. 2024. 1. 9. [SQL50] #28. Biggest Single Number 💻 문제 주소 : https://leetcode.com/problems/biggest-single-number/description/?envType=study-plan-v2&envId=top-sql-50 Biggest Single Number - LeetCode Can you solve this real interview question? Biggest Single Number - Table: MyNumbers +-------------+------+ | Column Name | Type | +-------------+------+ | num | int | +-------------+------+ This table may contain duplicates (In other words, there is .. 2024. 1. 7. [SQL50] #26. Classes More Than 5 Students 💻 문제 주소 : https://leetcode.com/problems/classes-more-than-5-students/?envType=study-plan-v2&envId=top-sql-50 Classes More Than 5 Students - LeetCode Can you solve this real interview question? Classes More Than 5 Students - Table: Courses +-------------+---------+ | Column Name | Type | +-------------+---------+ | student | varchar | | class | varchar | +-------------+---------+ (student, class).. 2024. 1. 5. [프로그래머스][SQL-SELECT] 재구매가 일어난 상품과 회원 리스트 구하기 💻 문제 주소 : https://school.programmers.co.kr/learn/courses/30/lessons/131536 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 💻 문제 설명 다음은 어느 의류 쇼핑몰의 온라인 상품 판매 정보를 담은 ONLINE_SALE 테이블입니다. ONLINE_SALE 테이블은 아래와 같은 구조로 되어있으며 ONLINE_SALE_ID, USER_ID, PRODUCT_ID, SALES_AMOUNT, SALES_DATE는 각각 온라인 상품 판매 ID, 회원 ID, 상품 ID, 판매량, 판매일을 나타냅니다. Column .. 2023. 7. 5. 이전 1 다음 728x90 반응형