Database IT Blogs

Articles, tips and tricks for databases
Patrick Barel All data types in the Oracle database implement the null value. Null is a very special value which means ‘Unknown’. That means that the value is really unknown. Null is not equal to null, because both are not known. Therefore you cannot compare them to each other.

Even the boolean value has this null value implemented. Where you should expect a boolean value to hold either true or false, in Oracle a boolean value can also hold null as a value. So a boolean value has three possibilities instead of the two you normally expect.

Read the rest of this article at http://bar-solutions.com/wordpress/?p=167

Advertisement

Featured Links:
DreamCoder for MySQL Enterprise at USD 69.95
Powerful and easy MySQL IDE tool for Developers & DBAs.
DreamCoder for Oracle DBA at USD 99.95
The top IDE for Developers & DBAs for Oracle Databases.
DreamCoder for PostgreSQL Enterprise at USD 69.95
Powerful IDE for PostgreSQL Databases.

Tags