In the wake of a rise of a variety of so-called NoSQL databases, there’s no doubt that data management has become more complex. But the one surprising thing is how constant the use of SQL has been.
inner join calendar_t cal on cal.week_id = wh.week_period inner join fiscal_year_t fy on fy.fiscal_year_id = wh.fiscal_year_id and fy.fiscal_year = cal.fiscal_year ...