본문 바로가기
728x90

SQL47

[LeetCode][SQL50] #4. Article Views I 💻 문제 주소 : Article Views I - LeetCode Article Views I - LeetCode Can you solve this real interview question? Article Views I - Table: Views +---------------+---------+ | Column Name | Type | +---------------+---------+ | article_id | int | | author_id | int | | viewer_id | int | | view_date | date | +---------------+--- leetcode.com 💻 문제 Write a solution to find all the authors that viewed at lea.. 2023. 11. 6.
[LeetCode][SQL50] #3. Big Countries 💻 문제 주소 : Big Countries - LeetCode Big Countries - LeetCode Can you solve this real interview question? Big Countries - Table: World +-------------+---------+ | Column Name | Type | +-------------+---------+ | name | varchar | | continent | varchar | | area | int | | population | int | | gdp | bigint | +----------- leetcode.com 💻 문제 A country is big if: it has an area of at least three million (.. 2023. 11. 6.
[LeetCode][SQL50] #2. Find Customer Referee 💻 문제 주소 : Find Customer Referee - LeetCode Find Customer Referee - LeetCode Can you solve this real interview question? Find Customer Referee - Table: Customer +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | name | varchar | | referee_id | int | +-------------+---------+ In SQL, id is the leetcode.com 💻 문제 Find the names of the customer that are not refe.. 2023. 11. 3.
[LeetCode][SQL50] #1. Recyclable and Low Fat Products 💻 문제 주소 : Recyclable and Low Fat Products - LeetCode Recyclable and Low Fat Products - LeetCode Can you solve this real interview question? Recyclable and Low Fat Products - Table: Products +-------------+---------+ | Column Name | Type | +-------------+---------+ | product_id | int | | low_fats | enum | | recyclable | enum | +-------------+--------- leetcode.com 💻 문제 Write a solution to find th.. 2023. 11. 3.
[프로그래머스][SQL-SELECT] 역순 정렬하기 💻 문제 주소 : https://school.programmers.co.kr/learn/courses/30/lessons/59035 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 💻 문제 설명 ANIMAL_INS 테이블은 동물 보호소에 들어온 동물의 정보를 담은 테이블입니다. ANIMAL_INS 테이블 구조는 다음과 같으며, ANIMAL_ID, ANIMAL_TYPE, DATETIME, INTAKE_CONDITION, NAME, SEX_UPON_INTAKE는 각각 동물의 아이디, 생물 종, 보호 시작일, 보호 시작 시 상태, 이름, 성별 및 중성화 여부를 .. 2023. 7. 5.
728x90
반응형