MySQL Forums
Forum List  »  Newbie

Re: Pull data from another table
Posted by: Rick James
Date: August 04, 2015 03:35PM

It's not good form to have data duplicated across two tables. Instead, decide which table should have the data, then use JOIN to connect the tables whenever you need to fetch the data.

Options: ReplyQuote


Subject
Written By
Posted
Re: Pull data from another table
August 04, 2015 03:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.