
Answer-first summary for fast verification
Answer: on, yes
According to Snowflake documentation for TO_BOOLEAN() function, the strings that return TRUE are: 'true', 't', 'yes', 'y', 'on', '1'. The community discussion confirms this with 100% consensus on answers D and E. Option D ('on') and option E ('yes') are both explicitly listed as strings that return TRUE. Option A ('0') returns FALSE, option B ('n') is not a recognized TRUE value, and option C ('no') returns FALSE.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.