• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Setup SQL relationship so that Excel can link 3 tables

neFAST

New Member
I need to establish a database for 3 measurement devices A, B, C that will generate:
Code:
id      id      id    
mesA_1  mesB_1  mesC_1
mesA_2  mesB_2  mesC_2

So I have to create the 3 tables and the relationship between the three id keys.
In the end I want to be able to query the database from Excel to display in a single line the measurements of the 3 devices.

I followed tutorials but most of the time they're for 2 tables and not 3. Basically I set every id key as PRIMARY but then I do not know if the relationship is two-way or not, if must chain the 3 tables or define a master and two childs. In short I'm clueless.
 
Back
Top