Stored ProceduresΒΆ

Snowflake provides built-in stored procedures to facilitate using certain Snowflake features.

Use CALL to call a built-in stored procedure. For example:

CALL SYSTEM$CLASSIFY('hr.tables.empl_info', null);
Copy

Snowflake supports these built-in stored procedures, grouped by feature:

Feature

Stored procedure

Alerts and Notifications

Data Classification

Tip

To find the built-in stored procedures that are associated with a particular Snowflake Class, such as <budget_name>!REMOVE_RESOURCE, view the documentation for the class.

For details, see SQL class reference.