It would be really helpful if every column that contains a primary key is automatically turned into a hyperlink that returns all rows from any table that has that primary key value in a corresponding foreign key column. Effectively, you are asking "what rows in other tables point to this one?"
The result of clicking on such a hyperlink would be a page with multiple results tables, each with all the rows that match the primary/foreign key.
It would be really helpful if every column that contains a primary key is automatically turned into a hyperlink that returns all rows from any table that has that primary key value in a corresponding foreign key column. Effectively, you are asking "what rows in other tables point to this one?"
The result of clicking on such a hyperlink would be a page with multiple results tables, each with all the rows that match the primary/foreign key.