Computer Science Homework Help

IT 650 SNHU Database Design Activity for Wildwood Apartments Computer Science Task

 

Based on your selected scenario from Hands-On Database, complete the “To Do” activities. Please check your own work to be sure it includes the elements in the list.

To do

  1. Review all the requirements and business rules.
  2. Define your entities and attributes and the relations that exist between them.
  3. Create a logical model using crow’s feet notation in Visio or hand draw it on graph paper if you prefer.
  4. Add all the entities and their attributes. You don’t need to worry about data types for now.
  5. Identify the key fields for each entity and the foreign keys.
  6. Analyze the diagram. Identify which role (i.e., domain, linking, lookup, or weak) each entity plays in your database.
  7. Review it for the following:
    1. Are all the major components of the Wildwood Apartments business model represented by domain entities?
    2. Does each entity contain the appropriate attributes to fully describe it and meet the business rules you have gathered so far?
    3. Does every entity have an appropriate primary key defined?
    4. Are all many-to-many relationships resolved into one-to-many relationships by linking tables?
    5. Are the relationships valid (no cross relationships)? Is the appropriate entity is defined as the one side of a one-to-many relationship? Do the tables have appropriate foreign keys? Also check for other such issues.
    6. Are lookup tables used for attributes that have a set list of values?
  8. Documentation: Be sure to store your ERDs in your database notebook.