Þ A. THE NULLIF FUNCTION COMPARES ITS TWO PARAMETERS, AND SINCE THE...

9. þ A. The NULLIF function compares its two parameters, and since they are

different, the first parameter is returned. The NVL2(‘CODA’, ‘SPANIEL’,’TERRIER’)

function call returns SPANIEL, since its first parameter is not null.

ý B, C, and D.