Part 2: Solving Complex Business and Data Problems in Your Queries
In this part, we begin to expand into more advanced query solutions. The four chapters in this section focus on complex query construction to solve specific business needs. Often these techniques are either improperly implemented or not even used to solve complex business problems, which results in inefficient queries:
- Chapter 5, Using Common Table Expressions
- Chapter 6, Analyze Your Data Using Window Functions
- Chapter 7, Reshaping Your Data with Advanced Techniques
- Chapter 8, Impact of SQL Security on Query Results