Multiple choice technology databases

What is the Datatype of NULL in Oracle?

  1. Long

  2. Int(0)

  3. Char(0)

  4. Binary

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

In Oracle, NULL is a special value indicating absence of data and is commonly represented as CHAR(0) in type system discussions. NULL is not Long, Int(0), or Binary.