Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonyh0401/sql-database-progress-2-assignment-tdtu

Progress 2 Database Assignment (Database Course).
https://github.com/tonyh0401/sql-database-progress-2-assignment-tdtu

java python sql

Last synced: 10 days ago
JSON representation

Progress 2 Database Assignment (Database Course).

Awesome Lists containing this project

README

        

Updated: 18/5/2023
-------------------------------------------------------------
Part 1:
+ ERD and Relational Model can be found in ERD_RELATION
+ Question 3 to 6 can be found in SQL
-------------------------------------------------------------
Part 2: use Java or Python, I opted for Python because it's easier (the Java version of the problem is completed 50% before cancellation)
1. Question 1:
+ Create data tables from entities and relationships
2. Question 2:
+ Create closure from entities and relationships, you might need to study the closure algorithm or standardlization