Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Do columns with Null data take up space?
Alan wrote:
> "DA Morgan" <damorgan_at_x.washington.edu> wrote in message > news:1102128189.447748_at_yasure... >
> > > Dan, > > You may want to clarify that you mean four columns in a table for this > particular situation (test results/survey). The OP may take it as a general > guideline as it is written now.
If clarification is required then absolutely my advice is specific to the question of 250 columns holding results when two columns would suffice. Just the thought of writing a SQL statement looking for results from 150 of those columns gives me a chill whereas with a relational design one would only need write:
WHERE question_id BETWEEN 1 and 150.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sun Dec 05 2004 - 13:05:26 CST
![]() |
![]() |