-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adição da versão um do modelo relacional
- Loading branch information
1 parent
3e52e79
commit 9dda567
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Modelo Relacional | ||
|
||
|
||
O modelo relacional apresenta um diagrama lógico estruturando as informações em tabelas formadas por linhas e colunas. Cada tabela representa uma entidade ou relacionamento, sendo composta por atributos e registros. No modelo relacional, as tabelas são conectadas por meio de chaves primárias e chaves estrangeiras , garantindo a integridade e consistência dos dados. | ||
|
||
## Diagrama do Modelo Relacional | ||
|
||
|
||
![Modelo Relacional](../assets/modelo_relacional_v1.svg) | ||
|
||
|
||
## Histórico de Versão | ||
|
||
| Versão | Data | Descrição | Autor(es) | | ||
| :----: | :--------: | :-----------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| `1.0` | 24/11/2024 | Primeira versão do Modelo Entidade Relacionamento | [Jefferson Sena](https://github.com/JeffersonSenaa) | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters