
- Forum
- Database
- Oracle Database
- Value of NULL
Value of NULL
This is a discussion on Value of NULL within the Oracle Database forums, part of the Database category; NULL is defined as unasigned undefined and unallocated value, it is neither a space nor can be considered as zero...
-
NULL is defined as unasigned undefined and unallocated value, it is neither a space nor can be considered as zero
-
07-06-2007, 12:41 PM #12
- Join Date
- Jul 2007
- Location
- Kerala
- Answers
- 1
Null
your question correct answer is
null is not equal to any of the above
i.e either zero,blank spaces etc.
-
07-09-2007, 02:09 AM #13
- Join Date
- Jun 2007
- Answers
- 8
How can we define a public variable for entire Database in oracle9i?
Regards,
Siva.P
-
08-24-2007, 06:30 AM #14
- Join Date
- Aug 2007
- Answers
- 2
Null is not equal to zero.Even a value 0 is meaningful and can be used in computations. Null means an unknown value/something about which you dont have any idea/anything that is not applicable is treated as null. Say,in the EMP table if a certain employee is not entitled to earn commission,then for that row under that column we leave the value empty. Because no value is entered,there's no question of memory allocation. Its just like when you fill an application form ,you leave blank whichever fields are not applicable to you. They are called null values. You cannot compare a null value with another null value or another non-null value. Its not comparable with anything. Thats the reason why, we have to check for a null value using 'is null' condition;not using '=' operator. Hope,you find this answer agrreable to you.
Thanku
-
null means unidentified value,
unassigned value,
but it doesn't equal to zero
-
10-22-2011, 03:16 AM #16
Value of NULL is unassigned and unnamed but when u are one value as NULL in the column,when computing that column NULL''s come first
-
Sponsored Ads

Reply With Quote





