Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which command correctly creates a new table with a comment in Databricks?
A
CREATE TABLE payments
COMMENT "This table contains sensitive information"
AS SELECT * FROM bank_transactions
B
COMMENT("This table contains sensitive information")CREATE TABLE payments
C
D
COMMENT("This table contains sensitive information")
E