Querying Snowflake Data
Query data with Snowflake table grants
SELECT * FROM emp_basic LIMIT 100;
Query data without Snowflake table grants
SELECT * FROM emp_basic LIMIT 100;Was this helpful?

