Overview of the Book and Technology
This book focuses on three key technological areas used for transforming data into actionable information:
- Relational databases store data. The basic language for retrieving data is SQL. (Note that variants of SQL are also used for NoSQL databases.)
- Excel spreadsheets are the most popular tool for presenting data. Perhaps the most powerful feature of Excel is its charting capability, which turns columns of numbers into pictures.
- Statistics is the foundation of data analysis.
These three technologies are presented together because they are all interrelated. SQL answers the question “How do we access data?” Statistics answers the question “How is it relevant?” And Excel makes it possible to convince other people of the veracity of our findings and to provide them results that they can play with.
The description of data processing is organized around the SQL language. Databases such as Oracle, Postgres, MySQL, IBM DB2, and...