This is a dedicated watch page for a single video.
You are working with a sales data table in Databricks SQL that contains columns for Region , Product , and SalesAmount . You want to generate a report that includes the total sales amount for each combination of Region and Product, as well as the total for each Region and the overall total. But not the total for each Product. Which SQL query would you use to achieve this?