What is the purpose of an External Function?
What is the purpose of an External Function?
An External Function in Snowflake allows users to call code that executes outside of the Snowflake environment. This can include invoking functions hosted externally, such as in an AWS Lambda or any external service endpoint, making it possible to use the capabilities of these external resources within Snowflake queries.
Correct Answer https://docs.snowflake.com/en/sql-reference/external-functions-introduction.html#what-is-an-external-function
https://docs.snowflake.com/en/sql-reference/external-functions.html
A is correct answer
Even C makes sense as next priority Answer
Correct