Related questions
Question 35 - ADA-C01 discussion
An organization's sales team leverages this Snowflake query a few times a day:
SELECT CUSTOMER ID, CUSTOMER_NAME, ADDRESS, PHONE NO
FROM CUSTOMERS
WHERE LAST UPDATED BETWEEN TO_DATE (CURRENT_TIMESTAMP) AND (TO_DATE (CURRENT_TIMESTAMP) -7);
What can the Snowflake Administrator do to optimize the use of persisted query results whenever possible?
A.
Wrap the query in a User-Defined Function (UDF) to match syntax execution.
B.
Assign everyone on the sales team to the same virtual warehouse.
C.
Assign everyone on the sales team to the same security role.
D.
Leverage the CURRENT_DATE function for date calculations.
Your answer:
0 comments
Sorted by
Leave a comment first