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
- Labor Management System
- SQL
- 신경쓰기의 기술
- Inventory Optimization
- kaggle
- 당신의 인생이 왜 힘들지 않아야 한다고 생각하십니까
- forecast
- 파이썬
- 데이터분석
- ABC Analysis
- MySQL
- 코딩테스트
- pandas profiling
- eda
- oracle
- TensorFlowGPU
- 코딩테스트연습
- Gaimification
- SKU Consolidation
- ProfileReport
- 프로그래머스
- HackerRank
- 딥러닝
- leetcode
- 웨어하우스 보관 최적화
- Product Demand
- tensorflow
- ModelCheckPoint
- MS SQL Server
- 피그마인디언
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