QuestionQ27

Snowflake Gen AI & LLM Functions

Which SQL functions are designed and optimized to carry out and automate specific routine tasks within Snowflake Cortex?

Choose two
  • A ANOMALY_DETECTION
  • B CLASSIFICATION
  • C FORECAST
  • D PARSE_DOCUMENT
  • E SENTIMENT
Explanation

Snowflake Cortex provides task-specific managed SQL functions that automate routine AI tasks. SENTIMENT performs sentiment analysis, and PARSE_DOCUMENT extracts document content from files in a Snowflake stage. ANOMALY_DETECTION and FORECAST belong to Snowflake ML, while the Cortex classification function is CLASSIFY_TEXT (now AI_CLASSIFY), not CLASSIFICATION.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!