We can use multiple IF statement to check multiple expressions totally independent from each other.
In the example below, each IF statement's expression is evaluated and if it is true the code inside the BEGIN...END block is executed. In this particular example, the First and Third expressions are ...