As we know, we can write case expression in SQL in two ways. As per BOL , defination of these two diffrent formats of CASE expression: - The simple CASE expression compares an expression to a set of simple expressions to determine the result. - The searched...