General Assembly Logo

Structure Query Language Study

Introduction

We'll use PostgreSQL documentation as the reference for SQL commands.

Prerequisites

  • None.

Objectives

  • List the notational conventions used in the synopses of PostgreSQL commands.
  • List the PostgreSQL commands to create a new or remove an existing database.
  • List the SQL commands to create or remove a database table.
  • List the SQL commands used to create, read, update, and delete rows in a database table.

Instructions

  1. Fork, clone, and checkout a new branch (response).
  2. Follow the directions in study.md.
  3. Add, commit, and push your changes, then submit a pull request.

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.