How to Pass NULL Data Type?

.net, database, java, null

Solution

There is NO data type of NULL. NULL itself means ABSENCE of data. When there is no data, how can it have type?

Problem

What is the datatype for `NULL` when passing that value for no data into a database?

Original source

Related problems