| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 코딩테스트
- 프로그래머스
- 완전탐색
- coding
- collections
- import re
- sql
- 조합
- python
- time complexity
- itertools
- Level2
- lv4
- coding test
- join
- Queue
- 파이썬
- Growth hacking
- lambda
- mysql
- 코딩
- tableau
- cte
- counter
- 코테
- programmers
- level4
- Stack
- AARRR
- LeetCode
Archives
- Today
- Total
목록type of triangle (1)
ror_coding
삼각형이 되기 위한 세 변의 조건. Question Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each record in the table:Equilateral: It's a triangle with sides of equal length.Isosceles: It's a triangle with sides of equal length.Scalene: It's a triangle with sides of differing lengths.Not A Triangle: The given va..
Coding Test/SQL
2025. 6. 14. 14:46