Multiple choice technology databases What is the Datatype of NULL in Oracle? Long Int(0) Char(0) 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.