InterviewSolution
Saved Bookmarks
| 1. |
Explain stages in Snowflake. |
|
Answer» STAGES are locations in Snowflake where data is stored, and staging is the process of uploading data into a stage. Data that needs to be loaded or stored within Snowflake is stored either elsewhere in the other cloud regions LIKE in AWS (Amazon Web Service) S3, GCP (Google Cloud Platform), or AZURE, or is stored internally within Snowflake. When data is stored in another cloud region, this is known as an EXTERNAL stage; when it is stored inside a snowflake, it is known as an internal stage. Internal stages can be further categorized as follows:
|
|