Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- hackerranckSQL
- hackerrankTypeofTrianglesolution
- SQL연습
- 오라클???출력
- dpi-1072 version is unsupported windows
- neo4jcertificate
- how to DPI-1047
- 오라클LANG
- hackerrankTypeofTriangle
- cx_oracle 에러
- cx_oracle python oracle error
- 그래프데이터베이스
- TigerGraph
- graphDB
- oracle ????
- DPI-1047
- neo4jcypher
- neo4j자격증
- neo4j
- DPI-1072
- oracle printed ????
- GSQL
- 오라클한글깨짐
- Tigergraph GSQL
- HackerrankSQL
- how to DPI-1072
- hackerrank
- 오라클 물음표
- GSQL101
- 타이거그래프
Archives
- Today
- Total
목록hackerranckSQL (1)
song's note
[Hackerrank - SQL] Type of Triangle
문제 A,B,C 로 삼각형 세 변의 길이가 주어질 때, 각 경우에 따라서 어떤 삼각형인지 혹은 삼각형이 아님을 출력하라. 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 differi..
공부/SQL
2022. 6. 21. 14:02