SnowPro Core Certification — Question 474

What JavaScript delimiters are available in Snowflake stored procedures? (Choose two.)

Answer options

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.