MySQL Forums
Forum List  »  Newbie

Re: more then one data in one field possible?
Posted by: Peter Brawley
Date: February 11, 2014 10:43AM

> I would have to write more then one value into the column

Breaks a basic rule of table design, atomicity (one value per cell).

Multipl values need to be broken out into a child table. Read about normalisation before you go any further.

Options: ReplyQuote


Subject
Written By
Posted
Re: more then one data in one field possible?
February 11, 2014 10:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.