Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 25 Topic 3 Discussion

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 25 Topic 3 Discussion

Databricks-Certified-Professional-Data-Engineer Exam Topic 3 Question 25 Discussion:
Question #: 25
Topic #: 3

Given the following error traceback:

AnalysisException: cannot resolve 'heartrateheartrateheartrate' given input columns:

[spark_catalog.database.table.device_id, spark_catalog.database.table.heartrate,

spark_catalog.database.table.mrn, spark_catalog.database.table.time]

The code snippet was:

display(df.select(3*"heartrate"))

Which statement describes the error being raised?


A.

There is a type error because a DataFrame object cannot be multiplied.


B.

There is a syntax error because the heartrate column is not correctly identified as a column.


C.

There is no column in the table named heartrateheartrateheartrate.


D.

There is a type error because a column object cannot be multiplied.


Get Premium Databricks-Certified-Professional-Data-Engineer 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.