• + 0 comments

    Many of you are so close! Remeber, the order of your cases is important!

    Hint 1: Its easiest if you check to see if it a triangle or not a triangle first.

    Hint 2: SQL looks for the first TRUE Case. If not written in the correct order, it is possible for a triangle with 3 equal sides to be marked as an "Isosceles".

    Don't forget about "ELSE". (Hopefully this doens't make it more confusing)

    :)