The data engineering team maintains a table of aggregate statistics through batch nightly updates. This includes total sales for the previous day alongside totals and averages for a variety of time periods including the 7 previous days, year-to-date, and quarter-to-date. This table is named store_saies_summary and the schema is as follows:
The table daily_store_sales contains all the information needed to update store_sales_summary. The schema for this table is: store_id INT, sales_date DATE, total_sales FLOAT
If daily_store_sales is implemented as a Type 1 table and the total_sales column might be adjusted after manual data auditing, which approach is the safest to generate accurate reports in the store_sales_summary table?
hammer_1234_h
Highly Voted 1 year, 9 months agodjohn_prasad
3 months, 3 weeks agoalexvno
1 year, 6 months agoDef21
1 year, 4 months agoKadELbied
Most Recent 1 month, 1 week agoultimomassimo
2 months, 3 weeks agoJamuro
3 months, 1 week agoAlejandroU
6 months agoarekm
5 months, 2 weeks agodjohn_prasad
3 months, 3 weeks agoSriramiyer92
6 months, 1 week agoultimomassimo
2 months, 3 weeks agobenni_ale
6 months, 2 weeks agoshaojunni
8 months, 1 week agoAti1362
11 months, 4 weeks agoMDWPartners
1 year agofe3b2fc
10 months, 1 week agoThoBustos
1 year, 2 months agovikram12apr
1 year, 3 months agoRinscy
1 year, 4 months agoSomesh512
1 year, 4 months agospaceexplorer
1 year, 4 months agoRinscy
1 year, 4 months agodivingbell17
1 year, 5 months ago