SQL Edytor
SQL Editor is a main tool to communicate with database.
Thanks to the built-in the databases language SQL* and it's variations DML* and DDL*
we can browse and modify data and create new databases' objects.
Editor assores comfortable work thanks to several conveniences.
- Multi-document (script) support
- Abilities to run SQL queries in chosen order
- Color SQL, DML, DDL queries syntax highlighting
- Brackets highlighting
- Hint lists with available database's objects
- Definable code templates
- Code bookmarks
- Integrated result grid
- Presentation of query's execution plan
- Generated errors history
- Result grid export to many formats (XLS, SQL, HTML)
