Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- TensorFlowGPU
- kaggle
- Inventory Optimization
- forecast
- 코딩테스트
- ABC Analysis
- Gaimification
- MySQL
- 딥러닝
- leetcode
- 코딩테스트연습
- SKU Consolidation
- SQL
- HackerRank
- 신경쓰기의 기술
- oracle
- Product Demand
- tensorflow
- 데이터분석
- 당신의 인생이 왜 힘들지 않아야 한다고 생각하십니까
- 웨어하우스 보관 최적화
- eda
- 파이썬
- pandas profiling
- MS SQL Server
- ModelCheckPoint
- 프로그래머스
- 피그마인디언
- Labor Management System
- ProfileReport
Archives
- Today
- Total
목록ms sql (1)
오늘도 배운다

문제 source: LeetCode There is a queue of people waiting to board a bus. However, the bus has a weight limit of 1000 kilograms, so there may be some people who cannot board. Write an SQL query to find the person_name of the last person that can fit on the bus without exceeding the weight limit. The test cases are generated such that the first person does not exceed the weight limit. 제출답안(MS SQL Se..
코딩테스트연습(SQL)
2023. 4. 15. 14:56