Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/tonyh0401/sql-database-progress-2-assignment-tdtu
- Owner: TonyH0401
- Created: 2022-05-12T10:52:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T15:42:06.000Z (over 1 year ago)
- Last Synced: 2024-11-07T00:05:47.976Z (10 days 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