Which of the following languages can be used to implement Snowflake User Defined Functions (UDFs)? (Choose two.)
Which of the following languages can be used to implement Snowflake User Defined Functions (UDFs)? (Choose two.)
Snowflake supports User Defined Functions (UDFs) in multiple languages, including JavaScript and SQL. JavaScript is commonly used for more complex logic, while SQL is used for straightforward database operations. C# and Ruby are not supported for Snowflake UDFs at this time.
Correct
Correct
Java, Javascript, Python, SQL https://docs.snowflake.com/en/sql-reference/user-defined-functions.html
and scala