Querying Snowflake Data
Was this helpful?
Prerequisites:
Execute the USE SECONDARY ROLES ALL command or change your role to the table grants role.
Query the data as you normally would in Snowflake.
SELECT * FROM emp_basic LIMIT 100;Prerequisite: Users have been granted SELECT privileges on all relevant Snowflake tables
Query the data as you normally would in Snowflake:
SELECT * FROM emp_basic LIMIT 100;Was this helpful?
Was this helpful?

