From 2ca33229d389628b2828178faa77b3736a995c39 Mon Sep 17 00:00:00 2001 From: Gabriela Lemos Date: Mon, 30 Oct 2023 22:44:51 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adicionando normalização e topico de algoritmo relacional para desenvolver futuramente --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73fc8bb..ca86f20 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Exploraremos a forma como os dados são organizados e armazenados para construir - [Modelo Relacional](https://sbd1.github.io/2023.2_Fear_and_Hunger/#/./modulo_01/modeloRelacional) - [Modelo Entidade Relacionamento](https://sbd1.github.io/2023.2_Fear_and_Hunger/#/./modulo_01/modeloEntidadeRelacionamento) - Módulo 2 + - [Normalização](https://github.com/SBD1/2023.2_Fear_and_Hunger/blob/main/docs/modulo_02/normalizacao.md) - [DDL](https://github.com/SBD1/2023.2_Fear_and_Hunger/blob/main/sql/DDL.sql) - [DML](https://github.com/SBD1/2023.2_Fear_and_Hunger/blob/main/sql/DML.sql) - [DQL](https://github.com/SBD1/2023.2_Fear_and_Hunger/blob/main/sql/DQL.sql) - - [Documento Completo SQL](https://github.com/SBD1/2023.2_Fear_and_Hunger/tree/main/pdf) \ No newline at end of file + - [Documento Completo SQL](https://github.com/SBD1/2023.2_Fear_and_Hunger/tree/main/pdf) + - Algoritmo Relacional