Hello all,
Im looking for a tool that allows me to visualise a single entry in a database, so i can see that entry, and all entries that have a foreign key to it, and foreign keys to those etc.
Im not talking about an ERD, but more like a graph showing all entries from all tables related to a single entry.
This is what i have at the moment: a database containing a lot of employees. an employee might have multipl employees under him, who might have multiple of them as well.
What i would like to have is a tool that allows me to visualy see the 'chain of command' a certain user has, along with related table entries for each user (like his or her assignments)
Does anyone know if such a tool exists? i'm not to afraid to write it myself, but it would seem a waste of time if someone else already did that.