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

A data analyst has created a user-defined databricks video

data-analyst video for a data analyst has created a user-defined function using the following line of code: CREATE FUNCTION price(spend DOUBLE, units DOUBLE)

This is a dedicated watch page for a single video.

Full Certification Question

A data analyst has created a user-defined function using the following line of code: CREATE FUNCTION price(spend DOUBLE, units DOUBLE) RETURNS DOUBLE RETURN spend / units; Which of the following code blocks can be used to apply this function to the customer_spend and customer_units columns of the table customer_summary to create the column customer_price?