Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santiagodotsh/sql-notes

🗂️ 📝 Personal SQL notes and reference guide.
https://github.com/santiagodotsh/sql-notes

database join notes sql tables

Last synced: 17 days ago
JSON representation

🗂️ 📝 Personal SQL notes and reference guide.

Awesome Lists containing this project

README

        

# SQL Notes

SQL is a standard language for storing, manipulating and retrieving data in databases.

## Contents

1. [Read](./1_read.sql)
2. [Write](./2_write.sql)
3. [Database](./3_database.sql)
4. [Tables](./4_tables.sql)
5. [Join](./5_join.sql)
6. [Advanced](./6_advanced.sql)

## Links

- [W3Schools SQL Tutorial](https://www.w3schools.com/sql/default.asp)
- [ISO/IEC 9075](https://www.iso.org/standard/76583.html)