tags:

views:

33

answers:

1

Is there a tool that implements hyperlink-style navigation between tables via foreign keys? Web-based or native app.

For example, if I have table Users, with a column containing a foreign key reference to table Preferences, such a tool would implement simple 1-click access between the rows of the two tables, automatically creating links based on foreign keys.

I'm using MySQL, but I'm hoping for something that might work on multiple RDBMS systems.

A: 

I believe PhpMyAdmin will do this for you if properly configured.

webdestroya

related questions