Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonwaldherr/sql-examples

sql examples (sqlite)
https://github.com/simonwaldherr/sql-examples

data-analysis data-science database datascience education examples hacktoberfest-accepted howto learning learning-by-doing sql sql-query sql-server sqlite

Last synced: about 1 month ago
JSON representation

sql examples (sqlite)

Awesome Lists containing this project

README

        

# sql-examples

[![DOI](https://zenodo.org/badge/18476308.svg)](https://zenodo.org/badge/latestdoi/18476308)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

if you like this project, you may also like my [golang-examples](https://github.com/SimonWaldherr/golang-examples) repository.

## About

These examples explain the basics of SQL.
These are examples using the SQLite dialect.
There will be more examples from time to time.

If you like, feel free to add more SQL examples.

## Play

You can experiment with the examples here:

The playground looks like this:
[![Foo](https://raw.githubusercontent.com/SimonWaldherr/sql-examples/gh-pages/sql-examples.png)](https://simonwaldherr.github.io/sql-examples/)

## License

Copyright © 2022 Simon Waldherr
See the [LICENSE](https://github.com/SimonWaldherr/sql-examples/blob/master/LICENSE) file for details.