ImVictorM / All-For-One

Practicing SQL concepts PT-1 🐬

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All for One ⚔️

Project Context 💡

A project used to practice some SQL concepts. In this project, the Northwind database (northwind.sql) was used to make the queries. Each query is in a file called desafio{N}.sql where "N" is the number of the requirement that the file represents.

Acquired Knowledge 📖

In this project, I was able to:

  • Find data in a Database using MySQL SELECT;
  • Use MySQL functions CONCAT and COUNT;
  • Distinct data using DISTINCT;
  • Limit query results using LIMIT and LIMIT OFFSET;
  • Sort data using ORDER BY;
  • Filter data using WHERE clause, boolean operators, and relational operators;
  • Manipulate data using INSERT, UPDATE, and DELETE.

Used Technologies 🧰

Docker MySQL
docker mysql

Running the application ⚙️

  1. Clone and enter this repository
git clone git@github.com:ImVictorM/All-For-One.git && cd All-For-One
  1. Install the dependencies
npm install 

About

Practicing SQL concepts PT-1 🐬


Languages

Language:JavaScript 100.0%