Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data engineer creates a user-defined databricks video

data-engineer-professional video for a data engineer creates a user-defined function named sum which accepts two arguments. The first argument is of type

This is a dedicated watch page for a single video.

Full Certification Question

A data engineer creates a user-defined function named sum which accepts two arguments. The first argument is of type integer while the second being a float. What will be the output if another data engineer tries to run the following query to call the above function: SELECT sum(5,8);