Google News
logo
Snowflake - Interview Questions
How do we execute the Snowflake procedure?
Stored procedures allow us to create modular code comprising complicated business logic by adding various SQL statements with procedural logic. For executing the Snowflake procedure, carry out the below steps :
 
* Run a SQL statement
* Extract the query results
* Extract the result set metadata
Advertisement