The SQL Monitor is a powerfull editor to execute SQL queries. Many tools and functions help you to simplify your work.
There is a powerful editor offering syntax highlighting, load and save, drag and drop of SQL-files and printing.
The words of the SQL 2000 standards are available as code templates. You can create your own code templates. Every query is saved in an internal database and every few minutes the content of the editor is saved. Use right mouse click to find all functions
Every query goes to an internal database. Because you can work on a lot of different DBMS, the queries are separated by the underlying database not to mess up with different SQLdialect. The GUI associated with this function offers search and clean-up functions.
The DB tree browser displays the DB-objects as a tree. It supports DB-schema, tables, views and functions. Filter the tree and open the menu with right mous click and profit from the functions offered. Let the query automatically be created or get the CREATE TABLE / VIEW command just by a click. Even update or insert commands can be created by the tool.
Every query goes to an internal database. Because you can work on a lot of different DBMS, the queries are separated by the underlying database not to mess up with different SQLdialect. The GUI associated with this function offers search and clean-up functions.
Get your most used commands just by an abbreviation. As a default the SQL standard words are already there and you are invited to create your own code templates and just call them by an abbreviation and CTRL-SPACE.
You can create a Java-Bean out of a table or a query. You can also get a managed bean to be used in JSF and also, it creates a JTable mdel to be used within your Swing application.