With the foundations of basic SQL now under your belt, you will learn about more advanced SQL techniques, including how to use expressions, aggregate functions, flow control statements, error handling, subqueries, and common table expressions. You will also learn how to create programmable objects such as views, triggers, stored procedures, variables, and temporary tables.
This section comprises the following chapters:
- Chapter 9, Working with Expressions
- Chapter 10, Grouping and Summarizing Data
- Chapter 11, Advanced Querying Techniques
- Chapter 12, Programmable Objects