Though some background in statistics will help you pick up on what Trueblood and Lovett have written, a low-level university class (even one far in your past) should be enough. Their approach to all of the analysis techniques they teach is to explain terms and concepts with prose, then with graphs, then with formulas. Then, they translate the formulas into SQL queries for Microsoft Access and show variations on the code that yield differently tweaked results. Finally, T-SQL source code (for Microsoft SQL Server 2000) is listed, though most readers will prefer to grab this code from the book's companion Web site. Additional coverage of graphics would make this book better, but in its present state it's great reading for people who want to interpret their mountains of data. --David Wall
Topics covered: Statistical analysis as a set of mathematical tools that may be implemented in Structured Query Language (SQL), specifically SQL variants for Microsoft database products. Chapters explain how to use hypothesis testing, curve fitting, scatter plots, measurements of central tendency, and regression analysis to spot significant characteristics of data.