Is there a tool which I can use to inspect and visualize my SQL database? I'm using MySQL and MySQL Workbench. MySQL Workbench is fine, but I would like to be able to see my db as a graph of objects. For example, if I have schools, professors and students, the tool would have to figure out the relations and to give me a tree structure (or a forest) of schools that have professors as children and students would be the leafs of the tree. In general case it would be a graph.
It looks to me as a common problem, but I could not find any good tool for this.
It does not have to be specifically for MySQL, any other SQL db would be good for me.