In this chapter, we will some sample useful queries in Snowflake and their outputs. Use the following query to bring limited data in Select statement − "SELECT * from <table_name>" Limit 10 This query will display only the first 10 rows. Use the following query to display the usage of last 10 days. SELECT * […]
