Question
Consider the given boolean expression:
Exp: a≥98AND NOT(b≤30)
For what values of a and b including NULL the Exp have truth value UNKNOWN is SQL. Consider these statements regarding above conditions:
I.b is NULL and a≥98
II. a is NULL and b >30
Which of the above statements is/are correct?