Structured Query Language (SQL) Study
Introduction
We'll use PostgreSQL documentation as the
reference for SQL commands.
Prerequisites
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
- Fork and clone this repository.
- Change into the new directory.
- Create and checkout a new branch, named
response
.
- Follow the directions given in
study.md
.
- When finished, push to your fork and submit a pull request.
Additional Resources (optional)
You may wish to refer to FAQs
related to forking,
cloning, and pull
requests.
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or
alternative licensing, please contact legal@ga.co.