Skip to content

auroraeosrose/modern-sql-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for my Modern SQL talk

This requires PostgreSQL 9.6 to work (9.5 MIGHT work, not tested)

git clone https://github.com/auroraeosrose/modern-sql-examples.git
Ubuntu 17.04
sudo apt-get install postgresql
sudo –i –u postgres
psql
\timing

You'll need to copy and paste each file into the terminal as you are running in interactive mode You can run sql scripts from the command line using psql but it will be more useful to see each example

Run the ddl script first to create example tables and populate them

About

SQL examples from talk on Modern SQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published