Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 1090

Which languages require that User-Defined Function (UDF) handlers be written inline? (Choose two.)

    Correct Answer: B, E

    Javascript and SQL require that User-Defined Function (UDF) handlers be written inline. These languages are structured to support the inline definition of functions directly within the code.

Discussion
NachoPrendesOptions: BE

BE https://docs.snowflake.com/en/developer-guide/udf/udf-overview

Lematthew31Options: BE

It's B & E : https://docs.snowflake.com/en/developer-guide/udf/udf-overview#language-choice

Jacobr5000Options: BE

JavaScript: In-line SQL: In-line