ExamGecko
Question list
Search
Search

Question 162 - COF-R02 discussion

Report
Export

Which of the following describes external functions in Snowflake?

A.
They are a type of User-defined Function (UDF).
Answers
A.
They are a type of User-defined Function (UDF).
B.
They contain their own SQL code.
Answers
B.
They contain their own SQL code.
C.
They call code that is stored inside of Snowflake.
Answers
C.
They call code that is stored inside of Snowflake.
D.
They can return multiple rows for each row received
Answers
D.
They can return multiple rows for each row received
Suggested answer: A

Explanation:

External functions are user-defined functions that are stored and executed outside of Snowflake.

External functions make it easier to access external API services such as geocoders, machine learning models, and other custom code running outside of Snowflake. This feature eliminates the need to export and reimport data when using third-party services, significantly simplifying your data pipelines.

https://docs.snowflake.com/en/sql-reference/externalfunctions.html#:~:text=External%20functions%20are%20user%2Ddefined,code%20running%20outside%20of%20Snowflake.

asked 23/09/2024
Sankalp Wadiwa
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first