SnowPro Core Certification — Question 709

How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?

Answer options

Correct answer: B

Explanation

The correct answer is B because a single SQL statement can only invoke one stored procedure, whereas it can call multiple UDFs within that same statement. Options A, C, and D incorrectly suggest different capabilities regarding the number of stored procedures or UDFs that can be called within a single executable statement.