SET09107: Advanced Database Systems - Coursework
This coursework had us redesign a banking entity relational database into an object relational database.
- Setup database: run reset_tables.sql
⋅⋅⋅A diagram of the database structure can be found under report.pdf section 2
- Add member functions to types: run alter_types.sql
- Populate tables with data: run insert_data.sql
⋅⋅⋅Each table is populated with a minimum of 20 rows.
- Queries for coursework found in Coursework.sql
- report.pdf is the writeup for this coursework.
- cw-ads_18.pdf is the coursework specification.
- I used SQL Developer version: 17.4.0