Technical Wording help (not code) (1 Viewer)

blacksaibot

Registered User.
Local time
Today, 12:03
Joined
Jan 20, 2010
Messages
31
I need help putting this into technical terminology:

Our database "admin team" designed database to house survey questions. The problem is they gave every single question its own column and every single answer its own column. Essential an entire survey for one person is stored in a single data row.

I've seen survey databases before and each row represents a question and its response. I remember learning its better to have many rows rather than too many columns. I also know that the way they set this up is bad database design practice, but I don't know the technical terminology to describe this.

Can anyone help me out? Thanks
 

blacksaibot

Registered User.
Local time
Today, 12:03
Joined
Jan 20, 2010
Messages
31
Okay... but the table is not redundant at all. It just shoves too many things into one record. So I'm not sure how normalization is really the answer.
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 09:03
Joined
Aug 30, 2003
Messages
36,130
Read the section titled First Normal Form.
 

Users who are viewing this thread

Top Bottom