Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with creating a feature store table in Databricks. Describe the steps you would take to create this table, including the necessary code snippets and considerations for data schema and partitioning.
A
Create a table using SQL syntax without specifying schema or partitioning.
B
Create a table using DataFrame API with schema but without partitioning.
C
Create a table using SQL syntax with schema and partitioning.
D
Create a table using DataFrame API with schema and partitioning.