MySQL Forums
Forum List  »  General

Re: Query - multiple joins won't return any records
Posted by: Peter Brawley
Date: February 15, 2015 01:40AM

> The teams table amounts to a table of values. The divisions table amounts to a table of values.

?! all tables are tables of values.

> There is no implicit connection between teams and divisions.

You mean the relationship is many-many?

It is beginning to sound like an Entity-attribute-value (EAV) schema. If it is, stop right here. EAV schemas are abominable to design, abonimable to use and impossible to debug and maintain.

Instead, walk through a stazndard analysis method like http://www.artfulsoftware.com/dbdesignbasics.html, and post results & problems here.

Options: ReplyQuote




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.