项目作者: YiAlpha
项目描述 :
Design a database and implement it with Oracle SQL Developer.
高级语言:
项目地址: git://github.com/YiAlpha/database-design-for-event.git
Database Design for a Running Event Planing
This project is to design a database for our school club running event, and build the database using Oracle SQL Developer.
Keywords: Database Design, Entity Relationship Model, Normalization
Software: Oracle SQL Developer Data Modeler
- Write down the design assumption through the coordination with event organizer.
- Lay out initial conceptual model in an entity relationship diagram.
- Perform normalization to the third normal form (3NF).
- Use Oracle Data Modeler to draw logical level design based on conceptual model and 3NF normalization.
- Use Oracle Data Modeler to generate database schema and create the database.