Hits: 0
Develop an Entity Relationship Diagram (ERD) for the database that models your chosen domain. This assignment consists of three steps that should be completed by Sunday of Week 2 at 11:59 p.m., CT:- Identify entities;
- find relationships; and
- Draw the ERD blueprint.
Departments | Chair | Professor | |
Departments | |||
Chair |
- Size. An appropriately sized domain results in a database with about a dozen entries (more or less).
- Relationship. The entities comprising your domain should be interrelated.
- Functionality. The scope of the diagram shows the operations or functions that the database project addresses. It also identifies the functions that fall outside of the application.
- Description. Define the data requirement of your entities. For example:
- Student Entity: Members of the public who register and pay for courses are considered students. The data stored on each student includes student number, name, address, email address, previous classes, and experience. Also stored is the date for registration and the classes they are registered in. The student number is unique for each student.
- Course Entity: The school offers a variety of Online design courses through its website (these are considered course, not the on-location seminars). The data stored on each course includes the course number, the name of the course, the course description, and prerequisites (if any). The course number is unique, etc.