Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 787 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 787 Bytes

💊 MySQL Basics

MySQL, SQL language, setting environment variables.

📔 Description

Intro pill which served as our first contact with the DBMS "MySQL", where we set an environment variable to be able to run the program from the command line, imported an example database from a ".sql" file provided by the official MySQL team, and executed some queries to play around with a DB and to getting familiar with the SQL language.

📂 Content

This repository contains only the following files:

  • README.md: this explanatory file.
  • employees.sql: file containing an example database provided by the official MySQL team, to import and use in our exercise.
  • queries.sql: file where we recorded all the necessary queries executed to fulfill this exercise.