Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
Answer : B, D, E
Which copy INTO command outputs the data into one file?
Answer : A
Which of the following objects are contained within a schema? (Choose two.)
Answer : C, D
How can a row access policy be applied to a table or a view? (Choose two.)
Answer : B, D
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates
How can this worksheet be shared?
Answer : C
A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.
What action should be taken to address this situation?
Answer : B
What are value types that a VARIANT column can store? (Select TWO)
Answer : B, D
Characteristics of a VARIANT
A VARIANT can store a value of any other type, includingOBJECT and ARRAY. The maximum length of a VARIANT is 16 MB.