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

Home -> Community -> Usenet -> comp.databases.theory -> Re: The BOOLEAN data type

Re: The BOOLEAN data type

From: --CELKO-- <71062.1056_at_compuserve.com>
Date: 2 Apr 2003 17:55:27 -0800
Message-ID: <c0d87ec0.0304021755.5975f3da@posting.google.com>


>> I *think* that the idea was apps that use (or would like to) a
boolean value
for (say) SHIPPED on an order item line. <<

And we need to know the actual ship date, so let's put in a column for that. Now the SHIPPED bit is redudant. Actually dangerous; someone sets the flag but doe snto give a date, or gives a date, but does not set the flag. One program uses the flag, another uses the date to get totals. We're screwed. Received on Wed Apr 02 2003 - 19:55:27 CST

Original text of this message

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