From e049ca3a83969f40773ed9a1e1ccff2574289b25 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Mon, 16 Nov 2020 22:01:49 -0500 Subject: [PATCH] Stub out FAQ/Errata page --- faq-updates-errata.md | 87 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 2 deletions(-) diff --git a/faq-updates-errata.md b/faq-updates-errata.md index beadda2..fe8301f 100644 --- a/faq-updates-errata.md +++ b/faq-updates-errata.md @@ -1,6 +1,89 @@ -## Practical SQL: A Beginner's Guide to Storytelling with Data +## Practical SQL: A Beginner's Guide to Storytelling with Data, 2nd Edition ### FAQ, Updates, and Errata -This page contains answers to Frequently Asked Questions, additional information, and errata related to material in Practical SQL. +This page contains answers to Frequently Asked Questions, updates to material and URLs, and errata related Practical SQL, 2nd Edition. + + +### Introduction + +None yet + +### Chapter 1: Setting Up Your Coding Environment + +None yet + +### Chapter 2: Creating Your First Database and Table + +None yet + +### Chapter 3: Beginning Data Exploration with SELECT + +None yet + +### Chapter 4: Understanding Data Types + +None yet + +### Chapter 5: Importing and Exporting Data + +None yet + +### Chapter 6: Basic Math and Stats with SQL + +None yet + +### Chapter 7: Joining Tables in a Relational Database + +None yet + +### Chapter 8: Table Design That Works for You + +None yet + +### Chapter 9: Extracting Information by Grouping and Summarizing + +None yet + +### Chapter 10: Inspecting and Modifying Data + +None yet + +### Chapter 11: Statistical Functions in SQL + +None yet + +### Chapter 12: Working With Dates and Times + +None yet + +### Chapter 13: Advanced Query Techniques + +None yet + +### Chapter 14: Mining Text to Find Meaningful Data + +None yet + +### Chapter 15: Analyzing Spatial Data with PostGIS + +None yet + +### Chapter 16: Working With JSON Data + +None yet + +### Chapter 17: Saving Time with Views, Functions, and Triggers + +None yet + +### Chapter 18: Using PostgreSQL from the Command Line + +None yet + +### Chapter 19: Maintaining Your Database + +None yet + +