Question

I have a database which I sometime like to manually explore, in order to get info.

I currently use squirrel sql client, which is quite good, but there's a feature I miss badly : when I issue a simple select to a table, let's say there's a line I want to know references.

For that purpose, I need to manually write big sql request with inner joins, which can be quite daunting...

So my question : is there any (possibly free) SQL Client that just lets you explore the possible inner joins?

For example, a click on the line id would give me all the lines from other tables referencing it, just as simply as an hypertext link would do...

Was it helpful?

Solution

Try DBeauty: "A relationship-oriented Database Browser. Provides insight into both the data and the interrelation of the rows."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top