The answer is D. They can be created to run with a caller's rights or an owner's rights.
Stored procedures in Snowflake can be created to run with either the caller's rights or the owner's rights. This allows you to control the level of access that users have to the data and resources that are used in the stored procedure.
Answer is D , I am not sure about A.
For example, for a secure function or procedure, information omitted for unauthorized users includes its:
Body (the handler code that comprises its logic)
List of imports
Handler name
Packages list
Unauthorized users will still be able to see information that includes its:
Parameter types
Return type
Handler language
Null handling
Volatility
https://docs.snowflake.com/en/developer-guide/secure-udf-procedure#label-secure-limiting-visibility-definition
But D is definitely true
A stored procedure runs with either the caller’s rights or the owner’s rights. It cannot run with both at the same time. This topic describes the differences between a caller’s rights stored procedure and an owner’s rights stored procedure.
https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights
A and D
https://docs.snowflake.com/developer-guide/stored-procedure/stored-procedures-overview and
https://docs.snowflake.com/developer-guide/secure-udf-procedure
A - False - When you specify that the UDF or procedure is secure, these details are visible only to authorized users – in other words, to users who are granted a role that owns the function.
Stored procs can be created to be secure
https://docs.snowflake.com/en/developer-guide/secure-udf-procedure.html#determining-if-a-udf-or-procedure-is-secure
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PrashantGupta1616
6Â months, 2Â weeks ago_yyukta
9Â months, 4Â weeks agoColourseun
1Â year, 1Â month ago[Removed]
1Â year, 2Â months agoBobFar
1Â year, 2Â months agoMarge23
1Â year, 3Â months agosinghks
1Â year, 4Â months agoSoftwareEngineerGoneData
1Â year, 4Â months agomalexandersalazar
1Â year, 7Â months agoRaju039
1Â year, 9Â months agoEmiB
1Â year, 9Â months agoKarBiswa
1Â year, 10Â months agoSV1122
1Â year, 11Â months agoSV1122
1Â year, 11Â months agosakis213
1Â year, 11Â months agobaig123
2Â years agodb1290
2Â years agoSk1020
2Â years, 1Â month agoWilliam_20
2Â years, 3Â months ago