An open API service indexing awesome lists of open source software.

https://github.com/andresilmor/airline-database

Introduction Project to the development of a SQL/Relational Database, using MySQL. From the Model Design till the implementation and test information insertion.
https://github.com/andresilmor/airline-database

conceptual-model database first-timers mysql-database relational-databases sql sqlserver university university-project

Last synced: 7 months ago
JSON representation

Introduction Project to the development of a SQL/Relational Database, using MySQL. From the Model Design till the implementation and test information insertion.

Awesome Lists containing this project

README

          

# Airline Database

Project from "Databases" curricular unit at my second year. It was gived by the teacher a list of possibles databases "themes" that we should create, as also some questions to how acquire some informations. From that we were free to create what we wanted.
For this project, was used the Microsoft SQL Server, and apart from the SQL code was was also created the Conceptual Model, Physical Model, Relational Scheme and a Data Dictionary.
It was not used/created Triggers or Procedures.