Hi,
I am trying to normalize some data into some tables and am struggling a little.
The data contains some normal client data such as:
First Name
Last Name
Address
And also data such as:
income range - 20-50, 50-80, 80-100 etc
acquisition method: Radio, television, mailing etc
Each record will have one of the above e.g.:
John
Smith
23 Smith St
50-80
Radio
My question is, how do I input this data into tables so that it is in 3NF.
If i enter this data straight into a spreadsheet the fields income and acquisition method will have repeating fields.
I will eventually be using this data to create a form so someone can enter the the income and acquisition method via a drop down box for every record.
Thanks in advance!
Ben
I am trying to normalize some data into some tables and am struggling a little.
The data contains some normal client data such as:
First Name
Last Name
Address
And also data such as:
income range - 20-50, 50-80, 80-100 etc
acquisition method: Radio, television, mailing etc
Each record will have one of the above e.g.:
John
Smith
23 Smith St
50-80
Radio
My question is, how do I input this data into tables so that it is in 3NF.
If i enter this data straight into a spreadsheet the fields income and acquisition method will have repeating fields.
I will eventually be using this data to create a form so someone can enter the the income and acquisition method via a drop down box for every record.
Thanks in advance!
Ben