Coalesce aids conditional SQL expressions and can be used at any place where the value expression is being used. It is an alternative to handling a case expression. Coalesce also evaluates listed expressions and returns the non-null value. When all other expressions are null, coalesce will return null.

BY Best Interview Question ON 26 Jan 2019