SnowPro Core Certification — Question 333
Using variables in Snowflake is denoted by using which SQL character?
Answer options
- A. @
- B. &
- C. $
- D. #
Correct answer: C
Explanation
The correct answer is C, as the dollar sign ($) is the designated character for variables in Snowflake SQL syntax. The other options, such as @, &, and # do not signify variable usage in Snowflake, making them incorrect choices.