Exam Name: | Databricks Certified Data Analyst Associate Exam | ||
Exam Code: | Databricks-Certified-Data-Analyst-Associate Dumps | ||
Vendor: | Databricks | Certification: | Data Analyst |
Questions: | 45 Q&A's | Shared By: | milan |
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 column customer_price?
Which of the following benefits of using Databricks SQL is provided by Data Explorer?