olianderson / concessionaria

Implementação de um sistema fictício de um concessionária de veículos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database implementation in SQL language

💻 About

Consisted of the implementation of a medium-sized database to obtain a grade in the Database discipline. The evaluation criteria were

  • Detail with a textual description about the context of the bank;
  • Elaborate an Entity and Relationship Digram;
  • Map the DER to the Relational Diagram;
  • Perform the normalization to the 3rd normal form, obtaining the relational diagram at the end;
  • Design the physical schema, using SQL language, DBMS of your choice;
  • Implement all the restrictions of the Relational model.

The business model chosen was of a car dealership.

🔖 Employees

Delano Filho (5p), Rafael Sameneses (5p) and Anderson Lima (4P) (Computer Engineering students at the Federal University of Maranhão - UFMA)

🚀 Technologies

For the development of the application, the following stack was used:

  • MySQL
  • Git and GitHub

About

Implementação de um sistema fictício de um concessionária de veículos