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.
- Host: GitHub
- URL: https://github.com/andresilmor/airline-database
- Owner: andresilmor
- Created: 2021-04-28T04:42:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T04:44:13.000Z (over 4 years ago)
- Last Synced: 2025-02-03T00:31:45.928Z (8 months ago)
- Topics: conceptual-model, database, first-timers, mysql-database, relational-databases, sql, sqlserver, university, university-project
- Homepage:
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.