Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 484

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

    Correct Answer: B, E

    In Snowflake stored procedures, the JavaScript portion of the code must be enclosed within specific delimiters to properly execute. The two valid delimiters for encapsulating JavaScript code in Snowflake stored procedures are single quotes (') and double dollar signs ($$). Single quotes are a common delimiter used in many programming and scripting languages to denote string literals, while double dollar signs are used as an alternative delimiter option in Snowflake. These choices ensure the encapsulated code is interpreted correctly within the Snowflake environment.

Discussion
Arush

People who put syntax questions like these in certification exams deserve to be castrated

MultiCloudIronMan

LOL Why

WYSINWYG

Agree! I'm sick of those types of questions !!!

HelloCosminOptions: BE

single quotes and double $

fahfouhi94Options: BE

The JavaScript portion of the stored procedure code must be enclosed within either single quotes ' or double dollar signs $$. https://docs.snowflake.com/en/sql-reference/stored-procedures-javascript

_yyuktaOptions: BE

BE are correct

0e504b5Options: BE

The person who wrote this question has no life and now as a result, I have no life either. https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript JavaScript Delimiters The JavaScript portion of the stored procedure code must be enclosed within either single quotes ' or double dollar signs $$.

MultiCloudIronManOptions: BE

correct

sjnddsOptions: BE

https://docs.snowflake.com/en/sql-reference/stored-procedures-javascript