https://leetcode.com/problems/rising-temperature 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 with base as ( select id, recordDate, temperature , lag(recordDate, 1) over (order by recordDate) last_d , lag(temperature, 1)..
https://leetcode.com/problems/exchange-seats Exchange Seats - LeetCode Can you solve this real interview question? Exchange Seats - Table: Seat +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | student | varchar | +-------------+---------+ id is the primary key (unique value) column for leetcode.com select case when id = (select max(id) from Seat) and id%2..
https://leetcode.com/problems/human-traffic-of-stadium 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 with base as ( select distinct id, visit_date, people , id - row_number() over (order by id) as rn from Stadium where pe..
https://leetcode.com/problems/consecutive-numbers Consecutive Numbers - LeetCode Can you solve this real interview question? Consecutive Numbers - Table: Logs +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | num | varchar | +-------------+---------+ In SQL, id is the primary key for this table. leetcode.com with base as ( select num , lag(num, 1) over (or..
https://leetcode.com/problems/second-highest-salary Second Highest Salary - LeetCode Can you solve this real interview question? Second Highest Salary - Table: Employee +-------------+------+ | Column Name | Type | +-------------+------+ | id | int | | salary | int | +-------------+------+ id is the primary key (column with unique values) leetcode.com with base as( select distinct salary , dense..
- Total
- Today
- Yesterday
- 쿠싱증후군
- 군고구마
- 분산
- 중앙값
- random forest
- counter
- 파이썬
- 상대도수
- 힙
- 평균
- 상관관계
- 분당서울대병원
- 뇌하수체
- Lambda
- 확률
- Python
- 코딩테스트
- 사분위수
- hash
- leatcode
- 쿠싱
- 확률분포
- neural network
- TensorFlow
- programmers
- 통계
- SQL
- 조건부확률
- 프로그래머스
- 뇌하수체선종
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |