Which MySQL Frontend shows foreign rows?
- by Jeremy Rudd
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