Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/simonwaldherr/sql-examples
- Owner: SimonWaldherr
- License: mit
- Created: 2014-04-05T20:47:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T17:58:18.000Z (over 2 years ago)
- Last Synced: 2024-05-02T01:23:51.124Z (8 months ago)
- Topics: data-analysis, data-science, database, datascience, education, examples, hacktoberfest-accepted, howto, learning, learning-by-doing, sql, sql-query, sql-server, sqlite
- Homepage: https://SimonWaldherr.github.io/sql-examples/
- Size: 3.48 MB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.