| Exam Name: | Databricks Certified Data Analyst Associate Exam | ||
| Exam Code: | Databricks-Certified-Data-Analyst-Associate Dumps | ||
| Vendor: | Databricks | Certification: | Data Analyst |
| Questions: | 118 Q&A's | Shared By: | frazer |
The stakeholders.customers table has 15 columns and 3,000 rows of data. The following command is run:
After running SELECT * FROM stakeholders.eur_customers, 15 rows are returned. After the command executes completely, the user logs out of Databricks.
After logging back in two days later, what is the status of the stakeholders.eur_customers view?
A Data Analyst is working on employees_df and needs to add a new column where a 10% tax is calculated on the salary. Additionally, the DataFrame contains the column age, which is not needed.
Which code fragment adds the tax column and removes the age column?
A data analyst wants the following output:
customer_name
number_of_orders
John Doe
388
Zhang San
234
Which statement will produce this output?