Final Project
Final Project
Final Project
Project Description:
In this project, you need to design a database system for a given domain. For this, first you
need to conduct research about the domain itself and collect data requirements (such as
information about the main components of the system, how the system works, how
different entities interact with each other etc.) Then you will try to design a system as
practical as possible. This means, assumptions you make should comply well with real-
world situations/scenarios.
Tasks:
Step 2: Draw the initial ER diagram for your system. ER diagrams should be drawn
electronically. You can use any chart-drawing tool of your choice. (i.e. draw.io,
lucidchart.com, etc.)
Indicate cardinality and participation constraints on ER diagram. You can use different
notations to show cardinality ratios. (i.e. min-max notation, Crow’s Foot notation)
Step 3: Map the ER diagram into relational schema. Show the resulting relational schema:
show your tables, primary keys and foreign keys.
Step 4: Discuss database normalization rules on your tables. Show the functional
dependencies that violate 1st, 2nd and 3rd normal forms. Normalize your table(s) into 3NF.
Step 6: Create tables using appropriate SQL command. Make sure to include primary key
and foreign key definitions and triggered actions on foreign keys. Decide also about NOT
NULL constraints and DEFAULT values for the attributes.
Step 7: PL/SQL: Define two meaningful stored procedures and two triggers.
Project Presentations:
Project Report:
You will submit your final project report until December 4, 2019, 11:59pm.
Only one member from each group is required to upload the project report through
eLearning system.
At the beginning of the project report, please make sure you include:
o Project Title
o Course number and section number
o Team number
o Team members (names and netids)
Example: CS6360.002-Team4-ebay.pdf
Evaluation: