
Ultimate access to all questions.
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")*