SQLZoo includes tutorials and reference to support people learning SQL. Read more there.
Numeration of *.md documents is tended to match the original numeration of tutorials on sqlzoo.net.
- Not all exercises are present! Small part of them is omitted due such reasons as laziness, easiness, etc.
- There is
NOTES.mddescribes problems (in my opinion) with some exercises.
For making nice-formated tables like this one:
| continent | countries |
|---|---|
| Africa | 53 |
| Asia | 47 |
| Europe | 44 |
| ... | ... |
https://ozh.github.io/ascii-tables/
Public domain