
Ultimate access to all questions.
Which of the following statements correctly queries a Delta table using the PySpark DataFrame API?
A
Spark.read.format("delta").LoadTableAs("table_name")_
B
Spark.read.table("table_name")_
C
Spark.read.mode("delta").table("table_name")_
D
Spark.read.format("delta").TableAs("table_name")_
E
Spark.read.table.delta("table_name")_