Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 93 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 93
Topic #: 1
[All SnowPro Core Questions]

True or False: It is best practice to define a clustering key on every table.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Mallikharjuna452
4 months ago
NO,It is recommended to use on very large tables(> 1 TB)
upvoted 1 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: B
Correct - it used for very large tables
upvoted 1 times
...
Mayuri917233
1 year, 6 months ago
Selected Answer: B
B is correct
upvoted 2 times
...
SteveCrown
1 year, 6 months ago
Answer: B It is not always best practice in Snowflake to define a clustering key on every table. Clustering keys are used to group related rows physically together in a table, which can improve query performance by minimizing the amount of data that needs to be scanned or skipped during query execution. However, clustering keys should be chosen carefully based on the access patterns of the table, and the type of queries that will be run against it. Defining a clustering key on every table may not always be necessary or beneficial. For example, in some cases, tables may be small or may not have well-defined access patterns, making clustering unnecessary. In other cases, tables may be loaded in a specific order or partitioned in a certain way that obviates the need for clustering. Therefore, it is not a best practice to define a clustering key on every table in Snowflake, but rather to carefully consider the access patterns and usage of each table, and to choose clustering keys judiciously based on those factors.
upvoted 3 times
...
Tapasgup007
1 year, 11 months ago
Selected Answer: B
B is correct. It is not a best practice
upvoted 1 times
...
moon2351
2 years, 10 months ago
Answer is correct.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...