View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:58 AM
roch77@gmail.com
 
Posts: n/a
Default breaking 1st Normal Form - Design Question

Hi,
I have to store multiple values of an attribute.
I won't be performing any manipulations on these, it will always stay
as a list.

Do you see any downside to keeping it as one field, as opposed to
creating another table,just to observe 1st Normal Form.

thanks
Roshan

Reply With Quote