Which strings will be converted to TRUE using the TO_BOOLEAN() or CAST() functions when unloading data? (Choose two.)
Which strings will be converted to TRUE using the TO_BOOLEAN() or CAST() functions when unloading data? (Choose two.)
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.