Databrid - Features

Databrid Features

Sql Editor

  1. Autocompletion of table column names.
  2. Highlighting of words the same as the one currently under the cursor.
  3. Context Sensitive SQL and PLSQL editors.
  4. Automatic Case adjustment for keywords and functions (optional).
  5. Edit SQL and PLSQL files.
  6. Commit and Roll back database changes.
  7. 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.
  8. Tune the Select Statement.
  9. Develop SQL and PLSQL statements. Oracle DBMS_OUTPUT output is captured into a separate area.
  10. Create, modify and delete database objects.
  11. ...

Schema Browser

  1. Browse database objects for multiple users.
  2. Produce creation scripts for database objects.
  3. View information about database objects.
  4. ...

File

  1. 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.
  2. The ability to use SQL statements to add additional information to CSV (delimited) files while binding in values from the CSV.
  3. The ability to manipulate the database using use information from a CSV file.
  4. ...

Please go to the online help for more information.