What feature can be used to reorganize a very large table on one or more columns?
What feature can be used to reorganize a very large table on one or more columns?
Clustering keys can be used to reorganize a very large table on one or more columns. Clustering keys determine how data is physically stored, which helps in organizing, optimizing, and improving the performance of queries that target specific columns in a database. It allows for more efficient querying and data management.
https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html
Clustering keys
B. Clustering keys
Correct
Correct