
Ultimate access to all questions.
You are tasked with creating a stored procedure in your lakehouse that processes and aggregates daily sales data. Describe the steps you would take to create this stored procedure, including the use of temporary tables and error handling mechanisms.
A
Create the stored procedure without using temporary tables or error handling.
B
Create the stored procedure using temporary tables for intermediate results and implement error handling to manage exceptions.
C
Create the stored procedure only using temporary tables.
D
Create the stored procedure only implementing error handling.