Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which command in PySpark allows you to query the Delta table named 'employees' that was created in Spark SQL?
A
spark.table("employees")
B
pyspark.sql.read(SELECT * FROM employees)
C
spark.format("sql").read("employees")
D
spark.sql("employees")
E
Spark SQL tables can not be accessed from PySpark