Monday, May 14, 2012

Storing multiple values for a single field in a database

Suppose i have a table with 3 fields



Person_id, Name and address. Now the problem is that a person can have multiple addresses. and the principle of atomic values says that data should be atomic.



So then how am i suppose to store multiple addresses for a single person ?





No comments:

Post a Comment