Ecosyste.ms: Awesome

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

https://github.com/gvwilson/sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://github.com/gvwilson/sql-tutorial

sql tutorial

Last synced: 26 days ago
JSON representation

The Querynomicon: An Introduction to SQL for Wary Data Scientists

Lists

README

        

# The Querynomicon: An Introduction to SQL for Weary Data Scientists

- Please see [the website][site] to view the current version of this tutorial.

- [Download the SQLite databases used in these examples][release].

- Contributions are very welcome:
please see the [contributors' guide][contribute] for background
and [these issues][help_wanted] for items where assistance would be most appreciated.
Please also see our [license][license] for terms of use,
and note that all contributors are required to abide by our [Code of Conduct][conduct].

> This lesson notes and working examples for instructors to use as a starting point.
> We do *not* expect novices with no prior SQL experience to be able to learn from this on their own.
> As a musical analogy,
> these notes are the chord changes and melody;
> we expect instructors to create an arrangement and/or improvise over the material
> when delivering it.
> Please see [*Teaching Tech Together*][t3] for background.




Start where you are


Use what you have


Help who you can


[conduct]: https://gvwilson.github.io/sql-tutorial/conduct/
[contribute]: https://gvwilson.github.io/sql-tutorial/contributing/
[help_wanted]: https://github.com/gvwilson/sql-tutorial/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp-wanted
[license]: https://gvwilson.github.io/sql-tutorial/license/
[release]: https://github.com/gvwilson/sql-tutorial/raw/main/sql-tutorial.zip
[site]: https://gvwilson.github.io/sql-tutorial/
[t3]: https://teachtogether.tech/