https://github.com/divertimentos/sql-playground
Repository created to store POCs related to SQL
https://github.com/divertimentos/sql-playground
mysql sql sqlite
Last synced: 9 months ago
JSON representation
Repository created to store POCs related to SQL
- Host: GitHub
- URL: https://github.com/divertimentos/sql-playground
- Owner: divertimentos
- Created: 2025-06-15T21:33:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-01T20:53:33.000Z (11 months ago)
- Last Synced: 2025-09-08T11:38:20.245Z (10 months ago)
- Topics: mysql, sql, sqlite
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My SQL Playground
## Relationships
- As chaves estrangeiras são colunas em uma tabela que se referem a chaves primárias em outra tabela.
- As _linking tables_ (tabelas intermediárias) são necessárias quando a relação é de `n:n`