Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want to turn it in on msword Assignment # 3 Assignment Objective: The goal of this assignment is to develop database model and database

image text in transcribedimage text in transcribed

I want to turn it in on msword

Assignment # 3 Assignment Objective: The goal of this assignment is to develop database model and database design that will assist in understanding the relational database. Before we start the coding we need to create a model that represents the database then convert it into database design. Introduction: You were hired as a consultant to assist in the construction of an efficient database for a non-profit foundation. As a consultant you were able to identify four major entities in the organization system. The entities are Donor, Donation, Events and Projects. You also identified each entities' attributes and functional dependencies as shown below. . Donations Amount Date TransactionNum EventID Donors DonorID FirstName LastName State ZipCode Email . Projects ProjectID Type ame Location Durationn DateOfFunding AmountOfFunding CompletionDate . Events EventID Descriptiorn Locationn Date Sponsor EventFundingGoal CollectedFunds Functional dependencies Donor (DonorlD) (FirstName, LastName, StreetAdd, City, State, ZipCode, Phone, Email) (ZipCode) (City, State) (Email) (FirstName, LastName, StreetAdd. City, State, ZipCode, Phone) (Phone) (FirstName, LastName, StreetAdd, City, State, ZipCode, email) Donations DonationType, um, DonatCCExpDate, ProjectID DonorlD) Projects (ProjectID Project vpe, Projec Name. Proje Location. ProjectDuration FundingDate. FundingAmt, CompleteDate) Events (EventID) (ProjectID, EventDescription, EventLocation, EventDate, Sponsor EventFundGoal, CollectedFunding) In addition, you had an interview with the nonprofit organization director to understand more about the database and entity relationships. The director said: The fundraising or donations can be through donors or through events. One donor can make recurrent donations or one time donation, which means that a donation must have a donor but a donor does not have to donate always. If donations are not enough an event will be initiated. Usually the collected donation will support one project or several projects, and sometimes we might have a huge project that requires the collection of donations through several events. So a project must be supported by a donation, and donations have to be used for projects." Note: this interview will assist in defining the maximum and minimum cardinalities (relationships). Requirement: Based on your interview with the foundation director create a data model AND a database design (the data model is different than the database design). The model and the design should represent the four entities, their attributes, and their relationships. Watch the video lectures related to data model and database design and the difference between the model and the design. Also watch the lecture that will assist you in using MS Visio to develop the model and design. You can use any other software package including MS Word itself to create your model and your design (does not have to be Visio). You will submit a MS Word Document that has snap shots from MS Visio representing your assignment In the design remember to include the data type, data size and the null not null constraints. You should specify which attribute will be used as the primary key and which one will be a foreign key. In addition, vou need to include minimum and maximum cardinalities of these relations. If you have additional enquiries about this assignment you can email me or see me in person during office hours. Assignment # 3 Assignment Objective: The goal of this assignment is to develop database model and database design that will assist in understanding the relational database. Before we start the coding we need to create a model that represents the database then convert it into database design. Introduction: You were hired as a consultant to assist in the construction of an efficient database for a non-profit foundation. As a consultant you were able to identify four major entities in the organization system. The entities are Donor, Donation, Events and Projects. You also identified each entities' attributes and functional dependencies as shown below. . Donations Amount Date TransactionNum EventID Donors DonorID FirstName LastName State ZipCode Email . Projects ProjectID Type ame Location Durationn DateOfFunding AmountOfFunding CompletionDate . Events EventID Descriptiorn Locationn Date Sponsor EventFundingGoal CollectedFunds Functional dependencies Donor (DonorlD) (FirstName, LastName, StreetAdd, City, State, ZipCode, Phone, Email) (ZipCode) (City, State) (Email) (FirstName, LastName, StreetAdd. City, State, ZipCode, Phone) (Phone) (FirstName, LastName, StreetAdd, City, State, ZipCode, email) Donations DonationType, um, DonatCCExpDate, ProjectID DonorlD) Projects (ProjectID Project vpe, Projec Name. Proje Location. ProjectDuration FundingDate. FundingAmt, CompleteDate) Events (EventID) (ProjectID, EventDescription, EventLocation, EventDate, Sponsor EventFundGoal, CollectedFunding) In addition, you had an interview with the nonprofit organization director to understand more about the database and entity relationships. The director said: The fundraising or donations can be through donors or through events. One donor can make recurrent donations or one time donation, which means that a donation must have a donor but a donor does not have to donate always. If donations are not enough an event will be initiated. Usually the collected donation will support one project or several projects, and sometimes we might have a huge project that requires the collection of donations through several events. So a project must be supported by a donation, and donations have to be used for projects." Note: this interview will assist in defining the maximum and minimum cardinalities (relationships). Requirement: Based on your interview with the foundation director create a data model AND a database design (the data model is different than the database design). The model and the design should represent the four entities, their attributes, and their relationships. Watch the video lectures related to data model and database design and the difference between the model and the design. Also watch the lecture that will assist you in using MS Visio to develop the model and design. You can use any other software package including MS Word itself to create your model and your design (does not have to be Visio). You will submit a MS Word Document that has snap shots from MS Visio representing your assignment In the design remember to include the data type, data size and the null not null constraints. You should specify which attribute will be used as the primary key and which one will be a foreign key. In addition, vou need to include minimum and maximum cardinalities of these relations. If you have additional enquiries about this assignment you can email me or see me in person during office hours

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MFDBS 91 3rd Symposium On Mathematical Fundamentals Of Database And Knowledge Base Systems Rostock Germany May 6 9 1991

Authors: Bernhard Thalheim ,Janos Demetrovics ,Hans-Detlef Gerhardt

1991st Edition

3540540091, 978-3540540090

More Books

Students also viewed these Databases questions

Question

Prove that P[A[B] P[A]P[B]P[A\B].

Answered: 1 week ago