
Ultimate access to all questions.
You are asked to enrich a customer dataset in your lakehouse by adding a new column that calculates the total purchase amount for each customer. Describe the steps you would take to achieve this, including any necessary data transformations and the method of adding the new column.
A
Manually calculate and add the column for each customer.
B
Use a SQL query to aggregate purchase amounts and add the new column.
C
Ignore the requirement, as it is not important.
D
Add the column without calculating the total purchase amount.