Connect to Snowflake to run queries.
Explore columns in a table in snowflake. this action provides distinct values of columns in a table.
Describe a table in snowflake. this action provides information about the columns in the table like their data types, nullability, primary key, unique key and default values.
Execute a sql query in snowflake.
Show tables in a snowflake schema.