README update

This commit is contained in:
Anthony DeBarros 2020-02-26 21:18:01 -05:00
parent 1b656ae8c4
commit 01fc09a421

View File

@ -20,24 +20,26 @@ Questions? Please email [practicalsqlbook@gmail.com](mailto:practicalsqlbook@gma
## Chapters ## Chapters
* Chapter 1: Creating Your First Database and Table * Chapter 1: Setting Up Your Environment
* Chapter 2: Beginning Data Exploration with SELECT * Chapter 2: Creating Your First Database and Table
* Chapter 3: Understanding Data Types * Chapter 3: Beginning Data Exploration with SELECT
* Chapter 4: Importing and Exporting Data * Chapter 4: Understanding Data Types
* Chapter 5: Basic Math and Stats with SQL * Chapter 5: Importing and Exporting Data
* Chapter 6: Joining Tables in a Relational Database * Chapter 6: Basic Math and Stats with SQL
* Chapter 7: Table Design That Works for You * Chapter 7: Joining Tables in a Relational Database
* Chapter 8: Extracting Information by Grouping and Summarizing * Chapter 8: Table Design That Works for You
* Chapter 9: Inspecting and Modifying Data * Chapter 9: Extracting Information by Grouping and Summarizing
* Chapter 10: Statistical Functions In SQL * Chapter 10: Inspecting and Modifying Data
* Chapter 11: Working With Dates and Times * Chapter 11: Statistical Functions In SQL
* Chapter 12: Advanced Query Techniques * Chapter 12: Working With Dates and Times
* Chapter 13: Mining Text to Find Meaningful Data * Chapter 13: Advanced Query Techniques
* Chapter 14: Analyzing Spatial Data with PostGIS * Chapter 14: Mining Text to Find Meaningful Data
* Chapter 15: Saving Time with Views, Functions, and Triggers * Chapter 15: Analyzing Spatial Data with PostGIS
* Chapter 16: Using PostgreSQL from the Command Line * Chapter 16: JSON
* Chapter 17: Maintaining Your Database * Chapter 17: Saving Time with Views, Functions, and Triggers
* Chapter 18: Identifying and Telling the Story Behind Your Data * Chapter 18: Using PostgreSQL from the Command Line
* Chapter 19: Maintaining Your Database
* Chapter 20: Identifying and Telling the Story Behind Your Data
* Appendix: Additional PostgreSQL Resources * Appendix: Additional PostgreSQL Resources
## Getting the Code and Data on Your Computer ## Getting the Code and Data on Your Computer