View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 10:49 AM
Lo'oris
 
Posts: n/a
Default many (empty) fields or many entries?

case 1) a table with many fields for storing some data, usually most
of them will be NULL because they are (and will ever be) unsused

case 2) a table with just 3 fields, but many entries, one for each
field i'd have used (not null) in case 1.

which is better, in general?

do you maybe need more detailed infos?

Reply With Quote