📄️caseCASE is a conditional expression.📄️coalesceReturns the first non-NULL expression among the input parameters.📄️ifIf expr1 evaluates to TRUE, returns expr2.📄️ifnullIf expr1 is NULL, returns expr2.📄️nullifReturns NULL if expr1 is equal to expr2.