An open API service indexing awesome lists of open source software.

https://github.com/martinmorando/sql

Notes, code, and experiments with SQL
https://github.com/martinmorando/sql

sql

Last synced: about 2 months ago
JSON representation

Notes, code, and experiments with SQL

Awesome Lists containing this project

README

          

# Notes, Code, and Experiments with SQL

## Quick Overview
- SQL: **S**tructured **Q**uery **L**anguage
- Programming language designed for manipulating relational databases

## Motivations for Mastering SQL
I have used SQL in several projects, such as Resumenes.org, YouShare.TV and [BitcoinArgy.com](https://bitcoinargy.com), specifically with MySQL and SQLite. Now, I'm engaging in a systematic exploration to learn more techniques for optimizing my programs and to incorporate **PostgreSQL** into my skill set.

## Contents
- **PostgreSQL**
- **CLI.md**
- **001-DDL**
- 001-create-table.sql
- 002-alter-table.sql
- 003-drop-table.sql
- 004-truncate-table.sql
- 005-rename-table.sql
- 006-create-user.sql
- **002-DML**
- 001-insert-into.sql
- 002-update.sql
- 003-delete-from.sql
- **003-DQL**
- 001-select.sql
- **004-DCL**
- 001-grant.sql
- 002-revoke.sql