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)
  • 홈
  • 태그
  • 방명록
#110. [LeetCode / MySQL] 1907. Count Salary Categories

#110. [LeetCode / MySQL] 1907. Count Salary Categories

문제 입력 코드 (SELECT "Low Salary" AS category, (SELECT COUNT(account_id) FROM Accounts WHERE income = 20000 and income 50000) AS accounts_count) 코드 설명 #SELECT #COUNT #UNION #UNION ALL 문제 출처 LeetCode - The World's Leading Online Programming Learning Platform Level up your ..

  • format_list_bulleted SQL
  • · 2023. 10. 6.
  • textsms
#109. [LeetCode / MySQL] 1204. Last Person to Fit in the Bus

#109. [LeetCode / MySQL] 1204. Last Person to Fit in the Bus

문제 입력 코드 SELECT q1.person_name FROM Queue AS q1 JOIN Queue AS q2 ON q1.turn >= q2.turn GROUP BY q1.turn HAVING SUM(q2.weight)

  • format_list_bulleted SQL
  • · 2023. 10. 5.
  • textsms
#108. [LeetCode / MySQL] 1164. Product Price at a Given Date

#108. [LeetCode / MySQL] 1164. Product Price at a Given Date

문제 입력 코드 SELECT DISTINCT product_id, 10 AS price FROM Products WHERE product_id NOT IN (SELECT DISTINCT product_id FROM Products WHERE change_date

  • format_list_bulleted SQL
  • · 2023. 10. 4.
  • textsms
#106. [LeetCode / MySQL] 610. Triangle Judgement

#106. [LeetCode / MySQL] 610. Triangle Judgement

문제 입력 코드 1. SELECT x, y, z, (CASE WHEN x+y Y, "Yes", "No") AS Triangle FROM Triangle 코드 설명 #SELECT #CASE WHEN #ELSE #IF 문제 출처 LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com

  • format_list_bulleted SQL
  • · 2023. 10. 2.
  • textsms
#105. [LeetCode / MySQL] 1789. Primary Department for Each Employee

#105. [LeetCode / MySQL] 1789. Primary Department for Each Employee

문제 입력 코드 1. SELECT employee_id, department_id FROM Employee GROUP BY employee_id HAVING COUNT(employee_id) = 1 UNION SELECT employee_id, department_id FROM Employee WHERE primary_flag = 'Y' 2. SELECT DISTINCT employee_id, department_id FROM Employee WHERE employee_id IN ( SELECT employee_id FROM Employee GROUP BY employee_id HAVING COUNT(*) = 1 ) OR primary_flag = 'Y' ORDER BY employee_id; 코드 설명..

  • format_list_bulleted SQL
  • · 2023. 10. 1.
  • textsms
#104. [LeetCode / MySQL] 1731. The Number of Employees Which Report to Each Employee

#104. [LeetCode / MySQL] 1731. The Number of Employees Which Report to Each Employee

문제 입력 코드 SELECT e2.employee_id, e2.name, COUNT(*) AS reports_count, ROUND(AVG(e1.age)) AS average_age FROM Employees AS e1 INNER JOIN Employees AS e2 ON e1.reports_to = e2.employee_id GROUP BY e2.employee_id, e2.name ORDER BY e2.employee_id 코드 설명 #SELECT #COUNT #ROUND #AVG #INNER JOIN #GROUP BY #ORDER BY 문제 출처 LeetCode - The World's Leading Online Programming Learning Platform Level up your codi..

  • format_list_bulleted SQL
  • · 2023. 9. 30.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • ···
  • 14
  • 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)
최근 글
인기 글
최근 댓글
태그
  • #join
  • #group by
  • #C언어
  • #Where
  • #select
  • #백준
  • #수학
  • #order by
  • #count
  • #반복문
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바