Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: NULL value

RE: NULL value

From: Gaja Krishna Vaidyanatha <gajav_at_yahoo.com>
Date: Tue, 10 Oct 2000 13:09:29 -0700 (PDT)
Message-Id: <10645.118904@fatcity.com>


Also,

NULL values are not stored in UNIQUE indexes on those columns, as by definition "NULL is undefined". So, it does not make any sense to store 2 or more undefined values, as by definition they are "different". So you could have a column which is completely NULL and has a UNIQUE constraint on it. The number of entires on that index will be 0.

Cheers,

Gaja


Gaja Krishna Vaidyanatha
Director, Storage Management Products, Quest Software Inc. Office : (972)-304-1170, E-mail : gajav_at_yahoo.com

Author - Oracle Tuning 101 by Osborne McGraw-Hill "Opinions and views expressed are my own and not of Quest"


Received on Tue Oct 10 2000 - 15:09:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US