MySQL Forums
Forum List  »  Newbie

Re: Table design
Posted by: Peter Brawley
Date: August 03, 2019 11:11AM

There's not a simple quick way, you need to analyse all such entities and their relationships till you arrive at the least redundant yet complete representation of them in terms of related tables and columns, following a method like http://www.artfulsoftware.com/dbdesignbasics.html

Before tryig it, read about relational databases, eg https://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch01.html

Options: ReplyQuote


Subject
Written By
Posted
August 03, 2019 08:01AM
Re: Table design
August 03, 2019 11:11AM


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.