InterviewSolution
Saved Bookmarks
| 1. |
How many types of databases are in Snowflake? |
|
Answer» SNOWFLAKE is built-up ENTIRELY on a SQL database. Snowflake is a columnar-stored relational database that works well with Excel, Tableau, and many other tools. Snowflake has its QUERY TOOL, supports multi-statement transactions, role-based security, etc., which are desired in a SQL database. |
|