Stored Procedures¶
Stored procedures allow you to write procedural code that executes SQL. In a stored procedure, you can use programmatic constructs to perform branching and looping. The topics in this section explain how to write a stored procedure in Snowflake.
Next Topics:
- Overview of Stored Procedures
- Understanding Caller’s Rights and Owner’s Rights Stored Procedures
- Working with Stored Procedures
- Writing Stored Procedures in Snowpark (Java)
- Writing Stored Procedures in JavaScript
- JavaScript Stored Procedures API
- Writing Stored Procedures in Snowpark (Python)
- Writing Stored Procedures in Snowpark (Scala)
- Writing Stored Procedures in Snowflake Scripting