
SQL | HackerRank 삼각형 분류하기: 조건문 CASE를 활용한 다중 조건 처리
·
Computer Science/SQL
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 values of A, B, and C don't for..