.tbl_Orders SQL Copy IIF Function IIF is a logical function that returns one of the two values, depending on whether the boolean expression evaluates to true or false. In simple words, the IIF() function returns "true_value" if a condition is TRUE, or "false_value" if a condition is ...