여연찌

  • 홈
  • 방명록

리트코드 2

1661. Average Time of Process per Machine

There is a factory website that has several machines each running the same number of processes. Write a solution to find the average time each machine takes to complete a process. The time to complete a process is the 'end' timestamp minus the 'start' timestamp. The average time is calculated by the total time to complete every process on the machine divided by the number of processes that were ..

SQL 코드카타 2024.05.03

197. Rising Temperature

Write a solution to find all dates' Id with higher temperatures compared to its previous dates (yesterday).Return the result table in any order.The result format is in the following example.SELECT w1.idFROM weather AS w1JOIN weather AS w2ON DATEDIFF(w1.recordDate, w2.recordDate) = 1 WHERE w1.temperature > w2.temperature① FROM weather AS w1 JOIN weather AS w2# 1개의 테이블을 JOIN 해준다. ② ON DATEDIFF(w1...

SQL 코드카타 2024.05.02
이전
1
다음
더보기
  • 분류 전체보기
    • TIL
    • WIL
    • SQL 코드카타
    • 파이썬 코드카타
    • ADsP 내용 정리
    • 개인공부
    • Project
      • KPT 회고

Tag

데이터리안, pandas, 프로그래머스, JD분석, 프로젝트, 리트코드, 데벨챌, 파이썬, 스타터노트, 개인연습, 데이터넥스트레벨챌린지, 팀프로젝트, 코드카타, ADsP, sql, WIL, 데이터리안 #데이터넥스트레벨챌린지 #데벨챌, TIL, KPT회고, 개인공부,
프로필사진

여연찌

Calendar

«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Copyright © Kakao Corp. All rights reserved.

티스토리툴바