SnowPro Core Certification — Question 474
What JavaScript delimiters are available in Snowflake stored procedures? (Choose two.)
Answer options
- A. Double quotes (“)
- B. Single quote (’)
- C. Double forward slash (//)
- D. Double backslash (\\)
- E. Double dollar sign ($)
Correct answer: B, E
Explanation
The correct answers are B and E because single quotes are used for string literals in JavaScript, and the double dollar sign is a delimiter for stored procedures in Snowflake. The other options, while valid characters, do not serve as delimiters in this context.