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: over 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T10:41:22.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:41:59.477Z (over 1 year ago)
- Topics: database, join, notes, sql, tables
- Homepage:
- Size: 5.86 KB
- 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)