Query Tool
This simple tool is for checking SQL programming against any of the existing repositories.
This tool allows users to check their queries, create specific functions and validate views created in the Data Items. Below is shown a screen of the Query Tool:

Select a Repository
In the following section, you can select the repository where you want to run your code:

SQL Section
In this section, if you want to execute, place your SQL code.

To execute your code, click on the button "Execute."

Results
The Result section will show the first 100 lines of your code, which will display it correctly in the following format:

Updated almost 2 years ago