Viewing related data in tables using foreign keys
Database SQL, query tool, using JDBC for Oracle,SQLite,PostgreSQL,etc
Status: Abandoned
Brought to you by:
akaluza
I want to be able to click on a cell in a table (1), that is on a column which is a foreign key to a second table(2), and a new window should appear that will show up table 2, focusing on the record thats related to the cell on table 1, so i can see the whole description of the record related to the cell in first table(1).
Also if there is a fk on the second table on a column, clicking on a cell in that column should also open another window with a third table (3) that the column in table 2 refers to, so i can see the definition of that record. And so on....
Anonymous