Multiple choice

Which database does not support ISNULL () function?

  1. SQL server

  2. MS access

  3. Oracle

  4. MySQL

  5. D-link

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Oracle does not have an ISNULL () function, instead it uses the NVL () function.