Draw an eer diagram for the problem


Problem

A nonprofit organization depends on a number of different types of persons for its successful operation. The organization is interested in the following attributes for all of these persons: SSN, Name, Address, City/State/Zip, and Telephone. Three types of persons are of greatest interest: employees, volunteers, and donors. Employees have only a Date Hired attribute, and volunteers have only a Skill attribute. Donors have only a relationship (named Donates) with an Item entity type. A donor must have donated one or more items, and an item may have no donors, or one or more donors. There are persons other than employees, volunteers, and donors who are of interest to the organization so that a person need not belong to any of these three groups. On the other hand, at a given time a person may belong to two or more of these groups (e.g., employee and donor).

Design your own Database project for specific system above. Your project should include the following:

A. Draw an EER diagram for the above problem using this text's EER notation, the Visio notation, or the subtypes inside supertypes notation, as specified by your instructor to captures all requirements.

B. A full DDL statements that includes all primary keys, unique keys, foreign keys, and, check constraints.

C. You should fill your tables with many rows (main transaction tables at least 100 records). It is allowed to use import data utilities(like excel ....etc), or writing a transcript insert statements to create random data.

D. Writing 5 complex quires to retrieve main reports you find they important in the system.(The complex queries means it should include at least one of or more of the following: aggregate function, inline queries, correlated inner query, different types of joins, set operations etc).

E. Analysis the performance of the suggested queries and apply different techniques to enhance quires like: indexing, De-normalization.

F. Re-measure performance after applying different techniques and criticize the drawbacks of each techniques and the obtained enhancement.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Draw an eer diagram for the problem
Reference No:- TGS03312698

Expected delivery within 24 Hours