SnowPro Core Certification — Question 1237

Which process does Snowflake follow when a stored procedure with owner's rights is called within a session?

Answer options

Correct answer: C

Explanation

The correct answer is C, as the owner of the stored procedure inherits the caller's current virtual warehouse when the procedure is executed. Option A is incorrect because the procedure runs with the owner's privileges, not the caller's. Options B and D are also incorrect as they do not accurately describe the behavior of the stored procedure in this context.