Exforsys
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

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...

  1. #11
    learner is offline Junior Member Array
    Join Date
    Jun 2007
    Answers
    1
    NULL is defined as unasigned undefined and unallocated value, it is neither a space nor can be considered as zero


  2. #12
    srikanth99 is offline Srikanth Array
    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.


  3. #13
    psiva_exforsys is offline Junior Member Array
    Join Date
    Jun 2007
    Answers
    8
    How can we define a public variable for entire Database in oracle9i?

    Regards,
    Siva.P


  4. #14
    sujan kumar is offline Junior Member Array
    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


  5. #15
    neelupcu is offline Junior Member Array
    Join Date
    Aug 2008
    Answers
    1
    null means unidentified value,
    unassigned value,
    but it doesn't equal to zero


  6. #16
    anilkumar2010's Avatar
    anilkumar2010 is offline know nothing Array
    Join Date
    Oct 2011
    Location
    amerpet
    Answers
    7
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...