Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/santiagodotsh/sql-notes
- Owner: santiagodotsh
- Created: 2024-11-24T09:45:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T10:43:32.000Z (about 1 month ago)
- Last Synced: 2024-11-24T11:25:41.214Z (about 1 month ago)
- Topics: database, join, notes, sql, tables
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)