What SQL command would be used to view all roles that were granted to user.1?
Correct Answer: A
The correct command to view all roles granted to a specific user in Snowflake is SHOW GRANTS TO USER <user_name>;. This command lists all access control privileges that have been explicitly granted to the specified user. References: SHOW GRANTS | Snowflake Documentation
Question 307
Which URL provides access to files in Snowflake without authorization?
Correct Answer: A
Question 308
True or False: A Virtual Warehouse can be resized while suspended.
Correct Answer: B
Question 309
Where is Snowflake metadata stored?
Correct Answer: A
Question 310
Which typos of charts does Snowsight support? (Select TWO).
Correct Answer: A,B
Snowsight, Snowflake's user interface for executing and analyzing queries, supports various types of visualizations to help users understand their data better. Among the supported types, area charts and bar charts are two common options. Area charts are useful for representing quantities through the use of filled areas on the graph, often useful for showing volume changes over time. Bar charts, on the other hand, are versatile for comparing different groups or categories of data. Both chart types are integral to data analysis, enabling users to visualize trends, patterns, and differences in their data effectively.References: Snowflake Documentation on Snowsight Visualizations