data-analyst video for you are working with a sales data table in Databricks SQL that contains columns for Region , Product , and SalesAmount . You want to
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. Which SQL query would you use to achieve this?