Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 13 Topic 2 Discussion

Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 13 Topic 2 Discussion

Databricks-Certified-Data-Engineer-Associate Exam Topic 2 Question 13 Discussion:
Question #: 13
Topic #: 2

A data analyst has created a Delta table sales that is used by the entire data analysis team. They want help from the data engineering team to implement a series of tests to ensure the data is clean. However, the data engineering team uses Python for its tests rather than SQL.

Which of the following commands could the data engineering team use to access sales in PySpark?


A.

SELECT * FROM sales


B.

There is no way to share data between PySpark and SQL.


C.

spark.sql("sales")


D.

spark.delta.table("sales")


E.

spark.table("sales")


Get Premium Databricks-Certified-Data-Engineer-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.