SnowPro Core Certification — Question 400
Which of the following languages can be used to implement Snowflake User Defined Functions (UDFs)? (Choose two.)
Answer options
- A. Ruby
- B. Javascript
- C. SQL
- D. PERL
- E. C#
Correct answer: B, C
Explanation
The correct answers are B and C because Snowflake supports User Defined Functions written in JavaScript and SQL. Ruby, PERL, and C# are not supported for UDF implementation in Snowflake.