Bigdata
close
프로필 배경
프로필 로고

Bigdata

  • 분류 전체보기 (299)
    • BS (0)
      • review (0)
      • study (0)
      • submission (0)
    • Computer Science (20)
      • Data Structure (0)
      • Algorithm (19)
      • OS (0)
      • ML, DL (0)
      • AI (0)
      • NLP (0)
      • Linear Algebra (0)
    • Statistics (33)
      • BSA (33)
      • ANOVA (0)
      • MSA (0)
      • Regression Analysis (0)
    • SQL (95)
    • Tableau (0)
    • Java (1)
    • DA (26)
    • TIL (0)
    • SAS (0)
    • Python (9)
    • DACON (8)
      • Project (0)
    • ST (2)
      • Deep Learning project (22-1.. (0)
      • Kaggle project (22-1) (0)
      • DACON_BASIC (22-1) (0)
      • Data (0)
      • Data Mining (0)
      • Kaggle project (21-2) (1)
      • Deep Learning (1)
    • C (103)
    • Etc (1)
  • 홈
  • 태그
  • 방명록
#98. [LeetCode / MySQL] 1141. User Activity for the Past 30 Days I

#98. [LeetCode / MySQL] 1141. User Activity for the Past 30 Days I

문제 입력 코드 SELECT activity_date AS day, COUNT(DISTINCT user_id) AS active_users FROM Activity WHERE (activity_date > "2019-06-27" AND activity_date

  • format_list_bulleted SQL
  • · 2023. 9. 24.
  • textsms
#85. [LeetCode / MySQL] 577. Employee Bonus

#85. [LeetCode / MySQL] 577. Employee Bonus

문제 입력 코드 SELECT E.name, B.bonus FROM Employee AS E LEFT JOIN Bonus AS B USING (empID) WHERE (B.bonus < 1000) OR (B.bonus IS NULL) 코드 설명 #SELECT #LEFT JOIN #JOIN #USING #WHERE #NULL 문제 출처 Employee Bonus - LeetCode Can you solve this real interview question? Employee Bonus - Table: Employee +-------------+---------+ | Column Name | Type | +-------------+---------+ | empId | int | | name | varchar ..

  • format_list_bulleted SQL
  • · 2023. 9. 11.
  • textsms
#81. [LeetCode / MySQL] 1068. Product Sales Analysis I

#81. [LeetCode / MySQL] 1068. Product Sales Analysis I

문제 입력 코드 1. SELECT P.product_name, S.year, S.price FROM Sales AS S LEFT JOIN Product AS P ON S.product_id = P.product_id 2. SELECT P.product_name, S.year, S.price FROM Sales AS S, Product AS P WHERE S.product_id = P.product_id 3. SELECT P.product_name, S.year, S.price FROM Sales AS S JOIN Product AS P USING (product_id) 코드 설명 #SELECT #JOIN #LEFT JOIN #WHERE #USING 문제 출처 Product Sales Analysis I ..

  • format_list_bulleted SQL
  • · 2023. 9. 7.
  • textsms
#79. [LeetCode / MySQL] 1683. Invalid Tweets

#79. [LeetCode / MySQL] 1683. Invalid Tweets

문제 입력 코드 SELECT tweet_id FROM Tweets WHERE LENGTH(content) > 15 코드 설명 #SELECT #WHERE #LENGTH 문제 출처 Invalid Tweets - LeetCode Can you solve this real interview question? Invalid Tweets - Table: Tweets +----------------+---------+ | Column Name | Type | +----------------+---------+ | tweet_id | int | | content | varchar | +----------------+---------+ tweet_id is the primary key (c leetcode.com

  • format_list_bulleted SQL
  • · 2023. 9. 5.
  • textsms
#78. [LeetCode / MySQL] 1148. Article Views I

#78. [LeetCode / MySQL] 1148. Article Views I

문제 → 자신의 기사 중 적어도 하나의 기사를 본 작가를 찾는 문제 (author_id = viewer_id가 같은 행을 찾는 문제) 입력 코드 SELECT DISTINCT author_id AS id FROM Views WHERE author_id = viewer_id ORDER BY id ASC 코드 설명 #SELECT #DISTINCT #WHERE #ORDER BY 문제 출처 Article Views I - LeetCode Can you solve this real interview question? Article Views I - Table: Views +---------------+---------+ | Column Name | Type | +---------------+---------+ | ..

  • format_list_bulleted SQL
  • · 2023. 9. 4.
  • textsms
#77. [LeetCode / MySQL] 595. Big Countries

#77. [LeetCode / MySQL] 595. Big Countries

문제 입력 코드 SELECT name, population, area FROM World WHERE area >= 3000000 OR population >= 25000000 코드 설명 #SELECT #WHERE #OR 문제 출처 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 | ..

  • format_list_bulleted SQL
  • · 2023. 9. 3.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (299)
    • BS (0)
      • review (0)
      • study (0)
      • submission (0)
    • Computer Science (20)
      • Data Structure (0)
      • Algorithm (19)
      • OS (0)
      • ML, DL (0)
      • AI (0)
      • NLP (0)
      • Linear Algebra (0)
    • Statistics (33)
      • BSA (33)
      • ANOVA (0)
      • MSA (0)
      • Regression Analysis (0)
    • SQL (95)
    • Tableau (0)
    • Java (1)
    • DA (26)
    • TIL (0)
    • SAS (0)
    • Python (9)
    • DACON (8)
      • Project (0)
    • ST (2)
      • Deep Learning project (22-1.. (0)
      • Kaggle project (22-1) (0)
      • DACON_BASIC (22-1) (0)
      • Data (0)
      • Data Mining (0)
      • Kaggle project (21-2) (1)
      • Deep Learning (1)
    • C (103)
    • Etc (1)
최근 글
인기 글
최근 댓글
태그
  • #백준
  • #C언어
  • #수학
  • #count
  • #select
  • #join
  • #Where
  • #order by
  • #group by
  • #반복문
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바