번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Revising the Select Query I | 24.02.13 | |
2 | Revising the Select Query II | 24.02.13 | |
3 | Select All | 24.02.13 | |
4 | Select By ID | 24.02.13 | ID 타입이 숫자인데 문자열도 되네? |
5 | Japanese Cities' Attributes | 24.02.13 | |
6 | Japanese Cities' Names | 24.02.13 | |
7 | Weather Observation Station 1 | 24.02.14 | |
8 | Weather Observation Station 3 | 24.02.14 | |
9 | Weather Observation Station 4 | 24.02.14 | |
10 | Weather Observation Station 5 | 24.02.14 | 쿼리문을 구분할 때는 ;(쌍반점)을 꼭 쓰자! |
11 | Weather Observation Station 6 | 24.02.14 | 문자열 정규식 |
12 | Weather Observation Station 7 | 24.02.14 | |
13 | Weather Observation Station 8 | 24.02.15 | 정규표현식에서 and를 사용해도 되지만, 2글자 이상이라면 .*을 사용해서 연결하자. |
14 | Weather Observation Station 9 | 24.02.15 | 정규표현식의 ^ 의 두가지 의미 NO! 그런데 NOT이 더 직관적인거 아닌가..? |
15 | Weather Observation Station 10 | 24.02.15 | |
16 | Weather Observation Station 11 | 24.02.15 | NOT은 REGEXP 앞에 쓰자 데이터리안 고급: 정규표현식(Set 3-2) |
17 | Weather Observation Station 12 | 24.02.15 | .* 잊지말자! |
18 | Higher Than 75 Marks | 24.02.16 | |
19 | Employee Names | 24.02.16 | |
20 | Employee Salaries | 24.02.16 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Type of Triangle | 24.02.19 | ⭐CASE-WHEN 순서대로 WHEN 이어서 쓰기 = else if |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | The PADS | 24.02.16 | 문제 꼼꼼히 잘 읽기! +로 문자열 연결 시 COUNT 오류 주의 |
2 | Occupations | ⭐윈도우 함수 제대로 배우고 다시 풀어보자. | |
3 | Binary Tree Nodes | 24.02.19 | |
4 | New Companies | 24.02.19 | ⭐join시 누락 주의! key값을 잘 고려하자. left join, select subquery 연습하기 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Revising Aggregations-The Count Function | 24.02.20 | |
2 | Revising Aggregations-The Sum Function | 24.02.20 | |
3 | Revising Aggregations-Averages | 24.02.20 | |
4 | Average Population | 24.02.20 | |
5 | Japan Population | 24.02.20 | |
6 | Population Density Difference | 24.02.20 | |
7 | The Blunder | 24.02.26 | 오라클: TO_CHAR, MYSQL: CAST |
8 | Top Earners | 24.02.26 | alias 사용을 주의하자! 대체로 mysql이 허용적? |
9 | Weather Observation Station 2 | 24.02.26 | |
10 | Weather Observation Station 13 | 24.02.26 | |
11 | Weather Observation Station 14 | 24.02.26 | |
12 | Weather Observation Station 15 | 24.02.26 | ⭐order by&limit vs where subquery 정답은 없다! |
13 | Weather Observation Station 16 | 24.02.26 | |
14 | Weather Observation Station 17 | 24.02.26 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Weather Observation Station 18 | 24.02.28 | |
2 | Weather Observation Station 19 | 24.02.28 | |
3 | Weather Observation Station 20 | 24.02.28 | ⭐percent_rank는 안된다! |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Population Census | 24.02.28 | |
2 | African Cities | 24.02.28 | |
3 | Average Population of Each Continent | 24.02.28 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | The Report | 24.02.28 | ⭐ CASE WHEN을 SELECT와 ORDER BY에서 사용하기 |
2 | Top Competitors | 22.11.15 | |
3 | Ollivander's Inventory | 22.12.13 | |
4 | Challenges | 22.12.13 | |
5 | Contest Leaderboard | 22.12.13 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | SQL Project Planning | 22.12.13 | |
2 | Placements | 24.03.27 | |
3 | Symmetric Pairs | 22.12.13 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Interviews | 24.02. | |
2 | 15 Days of Learning SQL | 24.02. |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Draw The Triangle 1 | 22.11.09 | |
2 | Draw The Triangle 2 | 22.11.09 |
번호 | 문제명 | 최근풀이 | 메모 |
---|---|---|---|
1 | Print Prime Numbers | 24.02. |