Decent Visual Builder SQL Query

I am a code developer, not a database administrator, and I tend to get lost with loooong SQL queries when I use many joins (10 connections are enough for me).

I would like to find a Visual SQL Query Builder (free if possible) that could connect to Oracle and see all the tables there, so I would only visually highlight my keys that bind Joins and select the fields that I want.

+5
source share
5 answers

Oracle's own SQL Developer (free to download Java applications) has a visual query designer (I haven't used it yet, so this is not a recommendation, it's just FYI).

Learn more about Oracle SQL Developer (and the download link) here .

+6
source

It is not free, but I use pl sql developer

http://www.allroundautomations.com/plsqldev.html

+1
source

Visual Studio Server Explorer oracle, .

+1

SQLeo Visual Query Builder

http://sourceforge.net/projects/sqleo/

+1

Try Insight Developer for Oracle , but note that this is not free. I use it on both Mac and Linux.

+1
source

All Articles