- Uses the BULK INSERT command to load data from csv files to broze tables.
(monthly_sales - LAG(monthly_sales) OVER (ORDER BY order_month)) / LAG(monthly_sales) OVER (ORDER BY order_month) AS growth_rate ...