Skip to content

Commit afdc5e9

Browse files
chore: auto update READMEs
1 parent bd48f07 commit afdc5e9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Solvesql/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
| Idx | Question | Category | Solution | Note |
88
|:---:|-------------------------------------------------------| -------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------| ---- |
9-
9+
| 1 | [두 테이블 결합하기](https://solvesql.com/problems/join/) | JOIN/UNION | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/join.sql) | |
10+
| 2 | [레스토랑 웨이터의 팁 분석](https://solvesql.com/problems/tip-analysis/) | Aggregate | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/tip-analysis.sql) | |
11+
| 4 | [우리 플랫폼에 정착한 판매자 2](https://solvesql.com/problems/settled-sellers-2/) | Aggregate | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/settled-sellers-2.sql) | test |
12+
| 5 | [레스토랑의 일일 매출](https://solvesql.com/problems/daily-revenue/) | Aggregate | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/daily-revenue.sql) | |
1013

1114
</details>
1215

0 commit comments

Comments
 (0)