InterviewSolution
Saved Bookmarks
| 1. |
Explain the database storage layer? |
|
Answer» Whenever we load the data into the SNOWFLAKE, it contains the data into the compressed, columnar, and optimized format. It deals with STORING the data that INCLUDES data compression, organization, STATISTICS, file size, and other properties associated with the data storage. The Snowflake stores all data objects that are inaccessible and invisible. Using Snowflake's SQL QUERY operation, we can access the data objects. |
|