nerdexam
Snowflake

SOL-C01 · Question #154

You are tasked with creating a table in Snowflake to store customer order data. You need to ensure that the 'order date' column always defaults to the current date if no value is provided during inser

Sign in or unlock SOL-C01 to reveal the answer and full explanation for question #154. The question stem and answer options stay visible for context.

Querying and Performance

Question

You are tasked with creating a table in Snowflake to store customer order data. You need to ensure that the 'order date' column always defaults to the current date if no value is provided during insertion. Additionally, you want to enable automatic clustering on the 'customer id' column to optimize query performance for order retrieval by customer. Which of the following SQL statements correctly date DATE DEFAULT CURRENT DATE) ORDER BY (customer_id); achieves this?

Exhibit

SOL-C01 question #154 exhibit

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D
  • EOption E

Unlock SOL-C01 to see the answer

You've previewed enough free SOL-C01 questions. Unlock SOL-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Table DDL#Column Defaults#Automatic Clustering#Query Optimization
Full SOL-C01 Practice