I couldn't find the answer to this anywhere. Might be because I did not know how to properly search for this...so if anyone has the answer to this or could point me to the right resources to find the answer, that would be much appreciated!
Scenario: I have a small membership database in 3NF with a member, zipcode, phone number and email table. I need to add 3 new members into the database. Using INSERT INTO i know I can add data to 1 table, but because I have data of that member for all tables I am looking for a way to add the data in the most efficient way possible instead
What is the best/fastest way to add a new row (member) into a database made out of multipe tables like this? (in this example, every member to be added has a zipcode, phone number and email)