Giter Site home page Giter Site logo

sql-workshop's Introduction

SQL Workshop

This is material for Jack and Jake's SQL workshop at Code Platoon.

To see how the day will progress, check out the Agenda.

Setup

Clone the repo (no need to fork):

$ git clone https://github.com/jwworth/sql-workshop

Install PostgreSQL. This is really important; please try to have a working PostgreSQL REPL ready before we begin!

One way to verify a working Postgres installation would be to create and connect to a Postgres database.

$ createdb deleteme
$ psql deleteme
psql (15.3)
Type "help" for help.

deleteme=# exit

$ dropdb deleteme

We'll start with the Phone Book domain.

$ cd sql-workshop/phone_book

Open up lesson.sql in your text editor.

Additional Resources

You can't beat the official PostgreSQL docs; they are about as good as documentation gets. This conventions page will help you read them.

We're proud to have contributed PG Casts. This series of videos covers in greater detail many of the commands we'll teach today.

License

This project is released under the MIT License.

Sponsors

We are grateful to the following sponsors, who continue to support this partnership:

sql-workshop's People

Contributors

jackc avatar jwworth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.