Skip to content

Hack A Boss Bootcamp - Module 05 (SQL)

License

Notifications You must be signed in to change notification settings

davorpa/hab-m05

Repository files navigation

hab-m05. SQL

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 🌐⛓️.

Requirements

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:

Initialization

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"

How to contribute

For information ℹ️ on adding any content, please see first the CONTRIBUTING file.

License

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.