데이터 분석
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/코드카타] 프로그래머스 - 특정 기간동안 대여 가능한 자동차들의 대여비용 구하기 (NOT EXISTS)

[SQL/코드카타] 프로그래머스 - 특정 기간동안 대여 가능한 자동차들의 대여비용 구하기 (NOT EXISTS)

문제https://school.programmers.co.kr/learn/courses/30/lessons/157339 프로그래머스SW개발자를 위한 평가, 교육의 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr✍️ 문제 요약자동차 종류 : 세단 또는 SUV2022-11-1 부터 2022-11-30 까지 대여 가능30일간의 대여 금액이 50만원 이상 200만원 이하인 자동차자동차 id, 자동차 종류, 대여 금액(컬럼:FEE) 출력대여 금액 내림차순, 자동차 종류 오름차순, 자동차 id 내림차순내가 작성한 코드WITH carfees AS ( SELECT c.car_id, c.car_type, ROUND(c.dail..

  • format_list_bulleted SQL
  • · 2025. 9. 30.
  • textsms
[SQL/QCC] 실전 연습 2차 - 코딩 테스트 2문제

[SQL/QCC] 실전 연습 2차 - 코딩 테스트 2문제

문제1.더보기 >> 출력 결과:>> 내 작성 쿼리문 (정답)SELECT COUNT(distinct business_entity_id) as customer_countFROM personWHERE email_promotion != 0 AND person_type = 'IN';>> 🔍 해설 쿼리 : 여러가지 풀이!!SELECTFROM personWHERE email_promotion IN (1, 2) AND person_type = 'IN' >>> WHERE 절 대체 가능:✅ email_promotion > 0✅ email_promotion BETWEEN 1 AND 2문제2.더보기🚨 아래 사진처럼 테이블 간의 관계도(?)를 (머리속에) 그려보면 이해하기가 수월해짐!! 이게 ERD, 엔티티 관계도 라..

  • format_list_bulleted SQL
  • · 2025. 9. 26.
  • textsms
[SQL/코드카타] 프로그래머스 - 조건에 부합하는 중고거래 댓글 조회 (DATE, DATE_FORMAT, USING, WHERE)

[SQL/코드카타] 프로그래머스 - 조건에 부합하는 중고거래 댓글 조회 (DATE, DATE_FORMAT, USING, WHERE)

문제https://school.programmers.co.kr/learn/courses/30/lessons/164673 프로그래머스SW개발자를 위한 평가, 교육의 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr✍️ 문제 요약USED_GOODS_BOARD와 USED_GOODS_REPLY 테이블에서 2022년 10월에 작성된 게시글게시글 제목, 게시글 ID, 댓글 ID, 댓글 작성자 ID, 댓글 내용, 댓글 작성일을 조회댓글 작성일 오름차순, 제목 오름차순 정렬내가 작성한 코드SELECT b.title, b.board_id, r.reply_id, r.writer_id, r.contents, DATE(r.c..

  • format_list_bulleted SQL
  • · 2025. 9. 26.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 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

티스토리툴바