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