Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following commands can be used to query a delta table in Databricks?
A
%sql Select * from table_name
B
%python spark.sql("select * from table_name")
C
%python execute.sql("select * from table")
D
Both A & B
E
%python delta.sql("select * from table")