LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


Which command in PySpark allows you to query the Delta table named 'employees' that was created in Spark SQL?

Real Exam




Explanation:

The spark.table() function is used to return the specified Spark SQL table as a PySpark DataFrame. This is the correct method to query a Delta table created in Spark SQL from PySpark. Reference: Spark Apache Documentation

Powered ByGPT-5