Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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")