Which MySQL Frontend shows foreign rows?

Posted by Jeremy Rudd on Stack Overflow See other posts from Stack Overflow or by Jeremy Rudd
Published on 2010-03-13T07:32:38Z Indexed on 2010/03/13 7:35 UTC
Read the original article Hit count: 392

Filed under:
|
|
|
|

I once came across a MySQL Frontend app that displayed foreign linked rows within the parent row, if for instance the Events table has a foreign key to the Students table:

Student
     ID   Name    DOB
     --   ----    ---------
[+]  22   Bob     25-1-1984
[-]  21   Jane    25-1-1982

   Event ID   Student-ID  Name     Time
         --   ----------  ----     ---------
         1    21          Event A  05:50
         1    21          Event B  17:20

[+]  20   Jack    25-1-1980

© Stack Overflow or respective owner

Related posts about mysql

Related posts about frontend