Worksheet
Can query and analyze data from various sources using SQL.
Query
To query data from various sources using SQL, follow these steps:
- Select connection and file/table name from the dropdown menu.
 - Enter the query in the editor.
 - Click on the run button to execute the query.
 - The results will be displayed in the result tab.
 
Add join
Can join two or more tables in a query.Can add multiple joins from different tables/sources.
To add a join in a query, follow these steps:
- Click on the Add join button on the top right corner of the editor.
 - Select connection and file/table name from the dropdown menu.
 
Download result table as xlsx file.