项目作者: YiAlpha

项目描述 :
Design a database and implement it with Oracle SQL Developer.
高级语言:
项目地址: git://github.com/YiAlpha/database-design-for-event.git
创建时间: 2021-03-31T00:38:19Z
项目社区:https://github.com/YiAlpha/database-design-for-event

开源协议:

下载


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

  1. Write down the design assumption through the coordination with event organizer.
  2. Lay out initial conceptual model in an entity relationship diagram.
  3. Perform normalization to the third normal form (3NF).
  4. Use Oracle Data Modeler to draw logical level design based on conceptual model and 3NF normalization.
  5. Use Oracle Data Modeler to generate database schema and create the database.