This project (Module 05) holds the coding exercises 🧑💻 planed by teachers 🧑🏫 about topic SQL during my Hack A Boss bootcamp.
Also some usefull notes taken during that remote classes happens.
We are hackers 🧑🎓🧑💻🧞, we are bossers 🕴️, we are remoters 🌐⛓️.
MySQL (https://www.mysql.com). Tanto el server como el workbench. Seguir guía de instalación del profesor.
DIA (https://dia-installer.de). para hacer diagramación entidad-relación (EDRs) y modelado DDBB (Relational Schemas).
sudo apt update
sudo apt install dia
Otrás alternativas a DIA:
- Microsoft Visio (https://www.microsoft.com/microsoft-365/visio): es de pago.
- Enterprise Architect (https://sparxsystems.com): es de pago pero muy potente.
- ERDPlus (https://erdplus.com/): editor online específico para EDR.
- Draw-IO (https://www.diagrams.net): cliente online y de escritorio con un sinfin de posibilidades. Integración con repositorios.
Por la terminal ejecutamos en orden los siguientes comandos:
# Creamos la carpeta del módulo y nos metemos en ella
mkdir hab-mod05
cd hab-mod05
# Inicializamos su repositorio
git init
# Agregamos contenido
echo "# MODULE 05 - SQL" >> README.md
echo "" >> .gitignore
## Agregamos al repositorio
git add --all
git commit -m "🎉 Commit inicial. MODULE 05 - SQL"
For information ℹ️ on adding any content, please see first the CONTRIBUTING file.
The content of this project itself and the underlying source code used to format and display that content is licensed under the The GNU Affero General Public License Version 3.