Skip to main content

8 docs tagged with "Sql"

View all tags

About Playground

Playground is a versatile and interactive environment for users to engage with their data in an exploratory and flexible manner. This module acts as a space where you can connect to various data sources and play around with the information they contain.

Create queries in Playground

You can create queries in Playground to interact with your data sources in two ways: directly writing SQL or leveraging AI assistance.

Creating queries with AI assistance in Playground

You can use the SQL copilot from within Playground to generate, optimize, and debug SQL queries using natural language prompts. SQL copilot is integrated into Playground, which enhances the query writing experience by automatically generating SQL queries based on your data sources.

Publishing queries from Playground

If you want to use the query results in a workbook for further analysis or reporting, you can publish the results to a workspace. Once published, the results are available in a workbook from you can further visualize and analze the data.

Running queries from Playground

.The Playground lets you retrieve and analyze specific data by writing and running SQL queries on your connected data sources.