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: Database design dilemma - not null vs nullable

RE: Database design dilemma - not null vs nullable

From: mRT Bonner <ravendarke2000_at_yahoo.com>
Date: Fri, 5 Jan 2001 10:51:45 -0800 (PST)
Message-Id: <10732.125868@fatcity.com>


It depends on how the application is coded. ' ' = ' ', 0 = 0 (except in Ada :) and '04-JAN-1654' = '04-JAN-1654', but NULL <> NULL. Or if the application bombs out when it hits a null value, then....

You're right though, from a DB design POV, that's pretty wasteful, and will be nasty to maintain should any data problems arise.


Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online! Received on Fri Jan 05 2001 - 12:51:45 CST

Original text of this message

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