일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- 코딩
- programmers
- LeetCode
- import re
- mysql
- 코테
- Level2
- Queue
- 코딩테스트
- 프로그래머스
- lambda
- hackerrank
- coding test
- cte
- coding
- Growth hacking
- Stack
- counter
- AARRR
- 파이썬
- 완전탐색
- lv4
- join
- python
- 조합
- level4
- sql
- itertools
- tableau
- time complexity
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