https://github.com/bernas670/imdb-database-feup-bdad
BDAD
https://github.com/bernas670/imdb-database-feup-bdad
Last synced: 3 months ago
JSON representation
BDAD
- Host: GitHub
- URL: https://github.com/bernas670/imdb-database-feup-bdad
- Owner: bernas670
- License: mit
- Created: 2019-03-07T14:06:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T17:43:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T13:39:56.500Z (5 months ago)
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BDAD - IMDB
**2018/2019** - 2rd Year, 2nd Semester
**Course:** *Bases de Dados* ([BDAD](https://sigarra.up.pt/feup/en/UCURR_GERAL.FICHA_UC_VIEW?pv_ocorrencia_id=399883)) | Databases
**Authors:** Bernardo Santos ([bernas670](https://github.com/bernas670)) , David Silva ([daviddias99](https://github.com/daviddias99)) and Luís Cunha ([luispcunha](https://github.com/luispcunha))
---
**Description:** For the database course we were challenged with creating a **database for a proposed context**. We decided on creating a database for a Movie/TV Show database similar do **IMDB**. The work was split into three checkpoints:
- **Checkpoint 1**: Conceptual model
- **Checkpoint 2**: Relacional schema, functional dependency analysis, db creation in SQL, constraint adding in SQL and populating database
- **Checkpoint 3**: SQL querries and triggersBetween checkpoints we were given feedback and we were allowed to improve for next checkpoints.
For a more detailed description of the deliveries please read the `checkpointX/EX-Relatório-T3g01.pdf` files (in portuguese).
**Technologies:** SQL, SQLite3, UML
**Skills:** Relational database design, SQL database creation, SQL queries, triggers
**Grade:**
- Delivery 1: 16.1/20
- Delivery 2: 19.3/20
- Delivery 3: 17.4/20
- Final: 17.6/20---