Data Tab
The Data Tab allows users to type in sql queries and view the results of the queries. It is as shown below :
The Data tab consists of the following components :
- SQL Pane : The SQL Pane allows users to type in the queries. It has
features like code completion and syntax highlighting.
- Executed Query List : The Executed Query List Dialog contains the
last 20 executed queries in the application. It contains useful meta data like the execute date, time taken and number
of rows returned by the query. It is as shown below :
- Data Panel : The Data panel contains the actual data returned by the query. It has features
like the ability to sort by a particular column, search in the results (and also in clob fields) and different built-in viewers to look at
the data. Here's a sample image of the data panel.