Code Monkey home page Code Monkey logo

hab-m05's Introduction

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.

hab-m05's People

Contributors

bertez avatar davorpa avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.