일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 프로그래머스
- 완전탐색
- tableau
- Growth hacking
- mysql
- 코딩
- level4
- Level2
- 파이썬
- python
- coding test
- import re
- itertools
- sql
- 코딩테스트
- coding
- Stack
- join
- AARRR
- LeetCode
- lv4
- Queue
- counter
- time complexity
- 조합
- programmers
- hackerrank
- lambda
- 코테
- cte
Archives
- Today
- Total
목록3번 join (1)
ror_coding

Question You are given three tables: Students, Friends and Packages. Students contains two columns: ID and Name. Friends contains two columns: ID and Friend_ID (ID of the ONLY best friend). Packages contains two columns: ID and Salary (offered salary in $ thousands per month).Write a query to output the names of those students whose best friends got offered a higher salary than them. Names must ..
Coding Test/SQL
2025. 6. 14. 15:16