Problem statement:
Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the followin
select case when a=b and b=c then 'Equilateral' when a+b <=c or b+c<=a or a+c