Bootcamp
  • Home
  • bash
  • git
  • SQL
    • dplyr and SQL
    • Slides
    • Introduction
    • Getting Started with PostgreSQL
    • Writing Queries
    • Joining Two Tables
    • Aggregating Results
    • Table Structure
    • Creating Tables
  • Data
    • IMDB
    • Baseball
    • Airlines
    • Airlines (ETL)
    • FEC (ETL)
  • Resources
  • beanumber

Creating Tables

Importing data

  • Populating a database
  • COPY
    • Consumer Complaints

DML Operations

  • INSERT, UPDATE, DELETE

VIEWs

  • Hollow tables

Stored Procedures

  • PL/pgSQL

Created by Ben Baumer.