Tags
- Tree
- 그리디
- delete
- 큐
- Queue
- N:1
- create
- 완전검색
- update
- 트리
- 이진트리
- M:N
- regexp
- Django
- 백트래킹
- outer join
- 뷰
- 통계학
- SQL
- Article & User
- DB
- drf
- 스택
- 쟝고
- distinct
- count
- stack
- ORM
- migrations
- Vue
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Notice
Recent Posts
Link
데이터 분석 기술 블로그
Not Boring Movies _ Easy. LeetCode 본문
Solution
SELECT *
FROM Cinema
WHERE id % 2 = 1
AND description != 'boring'
ORDER BY rating DESC;
'SQL > 문제풀이' 카테고리의 다른 글
Average Selling Price _ Easy. LeetCode * (0) | 2024.10.06 |
---|---|
Weather Observation Station 9 _ Easy. HackerRank (0) | 2024.10.05 |
Weather Observation Station 8 _ Easy. HackerRank (0) | 2024.10.03 |
Students and Examinations _ Easy. Leetcode * (0) | 2024.10.02 |
Weather Observation Station 7 _ Easy. HackerRank * (0) | 2024.10.01 |