Jump to content

Adding multiple values to one record


tet3828

Recommended Posts

Here is the table I have set up. If anyone has a better approach please help.

 

|Key Value|Date|License Number|Radition Saftey Officers|Physicists|

 

 

obviously there will only be one key value and one date one license number per license. HOWEVER multiple radition saftey officers and phyisicist can be placed on one license.

 

easy enough. my GUI will have check boxes with each doctors / physicists name on it so the can be added to the license as needed.

 

do I add these values as a continious string?  how can I edit those values in the future if I have 20 first and last names in a record?

Link to comment
https://forums.phpfreaks.com/topic/90756-adding-multiple-values-to-one-record/
Share on other sites

You would want to create another table that holds just officers, and maybe even another to hold physcicists.

 

Read up on data normalization before you implement anything.

 

http://www.datamodel.org/NormalizationRules.html

 

http://www.google.com/search?hl=en&q=db+normalization

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.