New Chapter 1 code

This commit is contained in:
anthonydb 2020-03-16 08:38:22 -04:00
parent 232e270431
commit b452769f96

16
Chapter_01/Chapter_01.sql Normal file
View File

@ -0,0 +1,16 @@
---------------------------------------------------------------------------
-- Practical SQL: A Beginner's Guide to Storytelling with Data, 2nd Edition
-- by Anthony DeBarros
-- Chapter 1 Code Examples
----------------------------------------------------------------------------
-- Listing 1-1: Checking your PostgreSQL version
SELECT version();