ExamGecko
Question list
Search
Search

List of questions

Search

Question 124 - DEA-C01 discussion

Report
Export

Bob, a Lead Data Engineer is looking out to get the function definition & queried below statement to check if this function is secure enough to use in his script or not.

select is_secure from information_schema.functions where function_name = 'JOHNFUNCTION';

From the query output he is sure that, Function is secure UDF, what are the way provided by snowflake to get the function definition of secure UDF?

A.
He can get the secure UDF definition using GET_DDL utility function.
Answers
A.
He can get the secure UDF definition using GET_DDL utility function.
B.
UDF definition or text, is visible to users via Query Profile (in the web interface).
Answers
B.
UDF definition or text, is visible to users via Query Profile (in the web interface).
C.
SHOW FUNCTIONS Commands
Answers
C.
SHOW FUNCTIONS Commands
D.
Declaring a UDF as "secure" hide the definition from Bob & all the required Definition commands will throw error.
Answers
D.
Declaring a UDF as "secure" hide the definition from Bob & all the required Definition commands will throw error.
Suggested answer: D
asked 23/09/2024
Frederico Dionísio
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first