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

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

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`