From 01fc09a4218cbd43b8784555d605282b87eecb81 Mon Sep 17 00:00:00 2001 From: Anthony DeBarros Date: Wed, 26 Feb 2020 21:18:01 -0500 Subject: [PATCH] README update --- README.md | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index b9e38e7..a51c881 100644 --- a/README.md +++ b/README.md @@ -20,24 +20,26 @@ Questions? Please email [practicalsqlbook@gmail.com](mailto:practicalsqlbook@gma ## Chapters -* Chapter 1: Creating Your First Database and Table -* Chapter 2: Beginning Data Exploration with SELECT -* Chapter 3: Understanding Data Types -* Chapter 4: Importing and Exporting Data -* Chapter 5: Basic Math and Stats with SQL -* Chapter 6: Joining Tables in a Relational Database -* Chapter 7: Table Design That Works for You -* Chapter 8: Extracting Information by Grouping and Summarizing -* Chapter 9: Inspecting and Modifying Data -* Chapter 10: Statistical Functions In SQL -* Chapter 11: Working With Dates and Times -* Chapter 12: Advanced Query Techniques -* Chapter 13: Mining Text to Find Meaningful Data -* Chapter 14: Analyzing Spatial Data with PostGIS -* Chapter 15: Saving Time with Views, Functions, and Triggers -* Chapter 16: Using PostgreSQL from the Command Line -* Chapter 17: Maintaining Your Database -* Chapter 18: Identifying and Telling the Story Behind Your Data +* Chapter 1: Setting Up Your Environment +* Chapter 2: Creating Your First Database and Table +* Chapter 3: Beginning Data Exploration with SELECT +* Chapter 4: Understanding Data Types +* Chapter 5: Importing and Exporting Data +* Chapter 6: Basic Math and Stats with SQL +* Chapter 7: Joining Tables in a Relational Database +* Chapter 8: Table Design That Works for You +* Chapter 9: Extracting Information by Grouping and Summarizing +* Chapter 10: Inspecting and Modifying Data +* Chapter 11: Statistical Functions In SQL +* Chapter 12: Working With Dates and Times +* Chapter 13: Advanced Query Techniques +* Chapter 14: Mining Text to Find Meaningful Data +* Chapter 15: Analyzing Spatial Data with PostGIS +* Chapter 16: JSON +* Chapter 17: Saving Time with Views, Functions, and Triggers +* 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 ## Getting the Code and Data on Your Computer