SnowPro Core Certification — Question 464
Which programming languages are supported for Snowflake User-Defined Functions (UDFs)? (Choose two.)
Answer options
- A. C#
- B. JavaScript
- C. PHP
- D. Python
- E. TypeScript
Correct answer: B, D
Explanation
JavaScript and Python are the two programming languages that Snowflake supports for User-Defined Functions (UDFs). C#, PHP, and TypeScript are not supported for creating UDFs in Snowflake, making them incorrect choices.