What will be the result of the following SQL statement: SELECT IFNULL(1/0,’yes’)
A.
NULL
B.
1/0
C.
1
D.
yes’
E.
0
What will be the result of the following SQL statement: SELECT IFNULL(1/0,’yes’)
What will be the result of the following SQL statement: SELECT IFNULL(1/0,’yes’)
A.
NULL
B.
1/0
C.
1
D.
yes’
E.
0