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

Which of the following describes external functions in Snowflake?

    Correct Answer: A

    External functions in Snowflake are a type of User-defined Function (UDF). Unlike other UDFs that might contain their SQL code, external functions call code that is stored and executed outside of Snowflake. They enable you to perform operations with external services and integrate Snowflake with external processing systems.

Discussion
halolOption: A

A correct An external function is a type of UDF. Unlike other UDFs, an external function does not contain its own code; instead, the external function calls code that is stored and executed outside Snowflake

Andywu213Option: A

A https://docs.snowflake.com/en/sql-reference/external-functions-introduction.html

MultiCloudIronManOption: A

Correct