SnowPro Advanced: Data Engineer — Question 37

What is a characteristic of the use of binding variables in JavaScript stored procedures in Snowflake?

Answer options

Correct answer: C

Explanation

The correct answer is C, as only JavaScript variables of specific types like number, string, and SfDate can be bound in Snowflake. Options A and B are incorrect because they overstate the types that can be bound, while option D is wrong since binding is not entirely restricted, but rather limited to specific types to mitigate security risks.