New Chapter 1 code
This commit is contained in:
parent
232e270431
commit
b452769f96
16
Chapter_01/Chapter_01.sql
Normal file
16
Chapter_01/Chapter_01.sql
Normal 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();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user