Valid SOL-C01 Dumps shared by ExamDiscuss.com for Helping Passing SOL-C01 Exam! ExamDiscuss.com now offer the newest SOL-C01 exam dumps, the ExamDiscuss.com SOL-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SOL-C01 dumps with Test Engine here:
You are using the 'SNOWFLAKE.ML.COMPLETE function in Snowflake Cortex to generate creative text formats, specifically poems, based on customer feedback. You have a table 'FEEDBACK' with a 'TEXT column. However, you are consistently encountering the following error: 'SQL compilation error: Unsupported feature 'External functions". What is the MOST likely cause of this error?
Correct Answer: C
The error `Unsupported feature 'External functions" strongly indicates that external functions are disabled at the account level. While other options might contribute to issues in other scenarios, this error message directly points to the need to enable external functions using the provided ALTER ACCOUNT statement. Snowflake Cortex ML Complete function is implemented as extemal function internally.