SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1208


Which strings will be converted to TRUE using the TO_BOOLEAN() or CAST() functions when unloading data? (Choose two.)

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
37ceea2Options: DE
Feb 1, 2025

https://docs.snowflake.com/en/sql-reference/functions/to_boolean Returns Returns a BOOLEAN value or NULL. Returns TRUE if string_or_numeric_expr evaluates to TRUE. Usage notes For a string expression: 'true', 't', 'yes', 'y', 'on', '1' return TRUE.