• Phil Parkin - Tuesday, February 6, 2018 11:24 AM

    add data in a way that it matches customer key

    Please expand on the above.

    Giving you the real scenario. I have table which contains customer information such as name, address, email address etc. What I need to do is I need to add 2 more columns (education and race). We pull the data the website and now I need to make sure that the education and race data is getting stored properly. For example There is a customer Name John Travolta and his education is Master in CIS and he is white. How do I store those values for let's say 1.5 customers? So when we pull the data for a customer, we have all the information. Does it make sense?