Skip to content

Commit

Permalink
2024-02-28 16:52:22
Browse files Browse the repository at this point in the history
Affected files:
src/content/blog/programmers-즐겨찾기가-가장-많은 식당-정보-출력하기.md
  • Loading branch information
gyunseo committed Feb 28, 2024
1 parent b7006e0 commit d523e64
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ ORDER BY food_type DESC;
| 일식 | 00004 | 스시사카우스 | 230 |
| 한식 | 00016 | 오대산산채전문점 | 230 |

정답 레코드를 볼까요?

| food_type | rest_id | rest_name | favorites |
| --------- | ------- | ------------ | --------- |
| 일식 | 00004 | 스시사카우스 | 230 |
| 양식 | 00003 | 따띠따띠뜨 | 102 |
| 분식 | 00008 | 애플우스 | 151 |

## 틀린 첫번째 SQL Query

```sql
Expand Down

0 comments on commit d523e64

Please sign in to comment.