The NULL in C treated as Zero or void. but in SQL NULL value is Non or blank represented it can't manuplated
Sampath
Oct 22nd, 2005
NULL in SQL in an unknown value. It neither zero nor any valid value. It cannot be mapulated, but it can only be compared
geostar365
Dec 14th, 2005
With reference from the Oracle book,NULL is a undetermined value and will lead to infinite process (loop). NULL must be handled carefully to avoid ambiguity.To understand the difference, ZERO is a numeric value and BLANK is a special character.All the best!!!
Ritesh Raj Singh Oracle DBA GKPL Mumbai
Feb 8th, 2006
Null in C is Nothing or Void which can be compared with normal operators but inoracle Null can't be compared with normal operators like '=' or greater than or smallerthan.so be careful in using this feature of oracle because it can lead to several problems as like if u compared a password with oracle internal password and a user supplies a nullin password ur comparison may false like if INPUT_PASSWORD<>ORIGINAL_PASSWORD then raise_application_error(-20225,'"Incorrect Password"); end ifHope it may clear the DoubtsRitesh Raj SinghOracle DBA GKPL Mumbaivisit me atwww.oracledba.co.nr
Ashish
Sep 7th, 2006
The "NULL" in C means zero or void.Also its something that is uniform across the C program.In Oracle though,you cant even compare two "NULL" values to be equal.NULL in oracle means nothing or no value.
What is the difference between "NULL in C" and "NULL in Oracle?"
Profile Answers by Beena Questions by Beena
Questions by Beena answers by Beena