데이터 분석
close
프로필 배경
프로필 로고

데이터 분석

  • 분류 전체보기 (205)
    • 내일배움캠프 (35)
    • SQL (33)
    • Python (15)
    • 데이터 전처리 & 시각화 (22)
    • 프로젝트 (50)
    • 통계 (Statistics) (18)
    • 머신러닝 (10)
    • Tableau (10)
    • 자격증 (3)
      • ADsP (1)
      • SQLD (2)
  • 홈
  • 태그
  • 방명록
[SQL/코드카타] 하루 전 보다 온도가 높은 데이터 값 찾기

[SQL/코드카타] 하루 전 보다 온도가 높은 데이터 값 찾기

전 행과 데이터 비교하기 197. Rising Temperature Table: Weather+---------------+---------+| Column Name | Type |+---------------+---------+| id | int || recordDate | date || temperature | int |+---------------+---------+id is the column with unique values for this table.There are no different rows with the same recordDate.This table contains information about the temperature..

  • format_list_bulleted SQL
  • · 2025. 10. 30.
  • textsms
[SQL/코드카타] LEFT JOIN | NOT IN (서브쿼리)

[SQL/코드카타] LEFT JOIN | NOT IN (서브쿼리)

1581. Customer Who Visited but Did Not Make Any Transactions table: Visits+-------------+---------+| Column Name | Type |+-------------+---------+| visit_id | int || customer_id | int |+-------------+---------+visit_id is the column with unique values for this table.This table contains information about the customers who visited the mall. Table: Transactions+----------------+-----..

  • format_list_bulleted SQL
  • · 2025. 10. 29.
  • textsms
[SQL/코드카타] 문자열의 길이 세기

[SQL/코드카타] 문자열의 길이 세기

1683. Invalid Tweets Table: Tweets+----------------+---------+| Column Name | Type |+----------------+---------+| tweet_id | int || content | varchar |+----------------+---------+tweet_id is the primary key (column with unique values) for this table.content consists of alphanumeric characters, '!', or ' ' and no other special characters.This table contains all the tweets i..

  • format_list_bulleted SQL
  • · 2025. 10. 29.
  • textsms
[SQL/코드카타] 프로그래머스 - 상품을 구매한 회원 비율 구하기

[SQL/코드카타] 프로그래머스 - 상품을 구매한 회원 비율 구하기

문제https://school.programmers.co.kr/learn/courses/30/lessons/131534 프로그래머스SW개발자를 위한 평가, 교육의 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr✍️ 문제 요약2021년에 가입한 전체 회원들 중 상품을 구매한 회원수와 상품을 구매한 회원의 비율(2021년에 가입한 회원 중 상품을 구매한 회원수 / 2021년에 가입한 전체 회원 수)구매날짜의 년, 월로 출력소수 둘째자리에서 반올림년을 기준으로 오름차순, 월을 기준으로 오름차순▼ 결과 예시더보기내가 작성한 코드WITH y_2021 AS ( select * from user_info where joined between '2021..

  • format_list_bulleted SQL
  • · 2025. 10. 27.
  • textsms
[SQL/QCC] 3회차 코딩 테스트_해설

[SQL/QCC] 3회차 코딩 테스트_해설

https://query-test-mu.vercel.app/?set=3&problem=48 https://query-test-mu.vercel.app/?problem=48&set=3 query-test-mu.vercel.app1번 풀이(정답)-- 생존 대비 GNP가 감소한 국가-- 인구가 1억 명 이상의 국가-- 이전 연도 GNP 값이 0이면 null인 경우는 제외SELECT count(name) as country_countFROM ( select * from country as c where c.GNP = 10000000문제점조금 어렵게 생객했었나, 어쩌다 서브쿼리를 쓰게 되었나 ?운이 좋게 정답이긴 했지만, 0 과 null 값 인 것은 제외를 해주는 부분에서는 미흡했다. 해설-- 해설selec..

  • format_list_bulleted SQL
  • · 2025. 10. 24.
  • textsms

[SQL/세션] 3회차 - WINDOW 함수 | 문제풀이

세션2회차 문제2번프로그래머스 문제 링크 https://school.programmers.co.kr/learn/courses/30/lessons/164668 > 내 풀이 : join 과 having 으로 필터링햔 풀이SELECT u.user_id , u.nickname , SUM(price) AS TOTAL_PRICEFROM used_goods_board AS bLEFT JOIN used_goods_user AS uON b.writer_id=u.user_idWHERE b.status = 'DONE'GROUP BY u.user_id, u.nicknameHAVING SUM(price) >= '700000'ORDER BY TOTAL_PRICE ASC; > from절 서브쿼리 풀이SE..

  • format_list_bulleted SQL
  • · 2025. 10. 2.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • ···
  • 9
  • navigate_next
전체 방문자
오늘
어제
전체
전체 카테고리
  • 분류 전체보기 (205)
    • 내일배움캠프 (35)
    • SQL (33)
    • Python (15)
    • 데이터 전처리 & 시각화 (22)
    • 프로젝트 (50)
    • 통계 (Statistics) (18)
    • 머신러닝 (10)
    • Tableau (10)
    • 자격증 (3)
      • ADsP (1)
      • SQLD (2)
최근 글
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바