- Inserts transformed and cleansed data from Bronze into Silver tables.
format(100.0* sum(case when status = 'Cancelled' then 1 else 0 end) ...