Throughout the book, we’ve looked at pushing our knowledge and application of SQL a little further and explored a number of techniques, some new and some not so new.
When looking at some techniques, in particular, those involving aggregates and common table expressions, we also got a sense of pushing SQL deeper, with multitiered statements.
In this chapter, we’ll go a little beyond simple SQL and explore a few techniques which supplement SQL. They’re not directly related to each other, ...