The COALESCE() function in SQL Server evaluates the arguments in sequence and gives the first NON-NULL value in a specified number of expressions. If it eval...