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

https://github.com/gvwilson/sqlshort

a short introduction to SQL
https://github.com/gvwilson/sqlshort

open-access open-source sql tutorial

Last synced: 8 days ago
JSON representation

a short introduction to SQL

Awesome Lists containing this project

README

          

# Introduction to SQL

[download the databases](https://raw.githubusercontent.com/gvwilson/sqlshort/main/docs/databases.zip)


## Lessons

1. [Introduction](@/intro/)
1. [Basic Selection](@/basic_select/)
1. [Filtering](@/filter/)
1. [Aggregation and Grouping](@/aggregate_group/)
1. [Missing Data](@/null/)
1. [Joins](@/join/)
1. [Keys](@/keys/)
1. [Subqueries](@/subquery/)
1. [Modifying Data](@/modify/)
1. [Conditionals](@/conditional/)
1. [Advanced Topics](@/advanced/)
1. [Practice](@/practice/)


## Appendices

1. [License](@/license/)
1. [Code of Conduct](@/conduct/)
1. [Contributing](@/contributing/)
1. [Bibliography](@/bibliography/)
1. [Glossary](@/glossary/)
1. [Answers](@/answers/)





start where you are ·
use what you have ·
help who you can