FOCUS QUESTIONS Flashcards
1
Q
1.1 - What is it in the INFORMATION_SCHEMA
A
- Views for all the objects contained in the database, as well as views for account-level objects
- Table functions for historical and usage data across your account
2
Q
When to use the REFERENCE_USAGE privilege?
A
- When sharing a secure view that references objects belonging to multiple databases
- Side note: REFERENCE_USAGE must be granted individually to each database
- Side note: privilege must be granted to a database before granting SELECT on a secure view to share
3
Q
When can the SELECT privilege on views be granted in a share?
A
- When the view is secured, otherwise an error will return
4
Q
What rules apply to cloning stages?
A
- Individual external named stages CAN be cloned
- Internal named stages CANNOT be cloned
- ## Tables are cloned, which means their internal table stages are also closed
5
Q
What is the metadata cache used for?
A
- To optimize queries and improve query compile time
6
Q
What terms are associated with the ‘Cloud Services Layer’
A
- Query Planning
- Query Optimization
- Query Compilation