Databrid Features
Sql Editor
- Autocompletion of table column names.
- Highlighting of words the same as the one currently under the cursor.
- Context Sensitive SQL and PLSQL editors.
- Automatic Case adjustment for keywords and functions (optional).
- Edit SQL and PLSQL files.
- Commit and Roll back database changes.
- Build and execute Select statements in the editor and perform the following:
- View the output in a user friendly table.
- Save the output as a CSV (comma delimited file) or insert statements. Output can be sent to the clipboard or to a file.
- Count the number of records.
- Tune the Select Statement.
- Develop SQL and PLSQL statements. Oracle DBMS_OUTPUT output is captured into a separate area.
- Create, modify and delete database objects.
- ...
Schema Browser
- Browse database objects for multiple users.
- Produce creation scripts for database objects.
- View information about database objects.
- ...
File
- SQL and PLSQL files can be edited with syntax highlighting and an optional automatic case adjustment for keywords and functions. Autocompletion of columns names is also available.
- The ability to use SQL statements to add additional information to CSV (delimited) files while binding in values from the CSV.
- The ability to manipulate the database using use information from a CSV file.
- ...
Please go to the online help for more information.