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: 1 day ago
JSON representation
Progress 2 Database Assignment (Database Course).
- Host: GitHub
- URL: https://github.com/tonyh0401/sql-database-progress-2-assignment-tdtu
- Owner: TonyH0401
- Created: 2022-05-12T10:52:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T15:42:06.000Z (about 2 years ago)
- Last Synced: 2025-05-16T04:07:23.760Z (about 2 months ago)
- Topics: java, python, sql
- Language: TSQL
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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