Create and save your database model in visio file

Assignment Help Basic Computer Science
Reference no: EM13836671

Name your Visio file using Lab2_, your first initial, and your last name (e.g., Lab2_JSmith.vsd). Create and save your database model in your Visio file. When you are done, submit your database to the Week 3: iLab Course Dropbox.

Create and save your database model in your Visio file. Submit your file to the Week 3: iLab Course Dropbox.

Required Software

Visio 2010

(Visio 2010 is required for this project. Please ensure that you can run Visio 2010 via Citrix or by having it installed on your computer.)

Steps: 1-8

Lab Steps

STEP 1: Business Case

Read the following business requirements closely to determine the entities and relationships needed to fulfill the requirements. The nouns in the paragraph will tell you the entities that will be needed. The verbs in the paragraph will help you determine the relationships between the entities.

Muscles Health Club Database Requirements

The Muscles Health Club needs a database to keep track of its members, their personal trainers, and the fitness classes that they are taking.

Employees can act as personal trainers for members. However, only certified employees can act as personal trainers. A member can work with only one personal trainer at a time.

Members can take multiple fitness classes. Fitness classes are taught by employees who can teach multiple classes. Fitness classes are taught in one of the classrooms at one of Muscles Health Club's several locations.

Each fitness classroom is designed for a different type of class (e.g., spinning, aerobics, water aerobics, weight training, etc.). It is necessary to track what fitness classes are being held in each of the different Muscles Health Club locations.

STEP 2: Using Visio

  • Run Visio 2010 either via Citrix or on your workstation.
  • Click on the Software and Database Template group in the main window.
  • Double-click on the Database Model Diagram Template to open a new file.
  • Save the file with a name containing Lab2_, your first initial, and your last name as the file name (e.g., Lab2_JSmith.vsd). You will need to click the Computer icon in the Save As window to see the different drives. Be sure to save the file to a local drive so it will be on your workstation.

STEP 3: Determine Database Entities

Add an entity for each entity that you identified in the requirements.

  • Drag the Entity icon onto the drawing area in Visio.
  • In the Database Properties window, add a physical name to identify it.

STEP 4: Entity Attributes

For each entity, create a list of attributes that you think would be useful to describe the entity.

  • Select an entity in the drawing area of Visio.
  • In the Database Properties window, select the Columns category.
  • Use the table to add your attributes to the selected entities.
  • Select one of the attributes to be the primary key (PK).

STEP 5: Crow's Feet Notation

Set the diagram to use crow's feet notation.

  • On the Database tab, in the Manage group, click Display Options.
  • In the Database Document Option dialog, select the Relationship tab.
  • Select the Crow's Feet check box, and then click OK.

STEP 6: Entity Relationships

Draw relationships between your entities.

  • Drag the Relationship icon onto a blank part of the drawing area.
  • Connect the two ends to each of the two entities in the relationship. The parent entity must have a PK defined. The entity will be outlined in bold red lines when it connects to one end of the relationship.

STEP 7: Relationship Cardinality

Set the cardinality of your relationships.

  • Select a relationship line in the drawing area that is connecting two entities.
  • In the Database Properties window, select the Miscellaneous category.
  • Select the cardinality for the selected relationship.

STEP 8: Save and Upload to Dropbox

When you are done, save the file on your local hard drive and upload it to the Week 3 Course Dropbox. Your file should have the following filename format: Lab2_FirstInitialLastName.vsd.

Rubric

Points will be awarded according to the following rubrics.

  • 10 Points: Visio drawing: E-R model is provided as a Visio diagram.
  • 10 Points: Entities: A minimum of four entities is present.
  • 10 Points: Attributes: There are more than two attributes per entity; in most cases, there should be several.
  • 10 Points: Relationships: A minimum of three relationships is present.
  • 10 Points: Cardinality is specified on each relationship with crow's foot notation.

Reference no: EM13836671

Questions Cloud

Food justice or food deserts : Food Justice and Food Deserts
Analysts conflicts with personal holdings : Analyst's Conflicts with Personal Holdings. Discuss the conflict faced by Hintz. How would Hintz benefit from the positive ratings given? How could investors be harmed from the actions taken by Heinz and Bernstein in this case?
Consumerism and planned obsolescence : Consumerism and Planned Obsolescence
Who is hurt by late trading and market timing : Who is hurt by late trading and market timing and what were the mutual fund's motives for allowing such trading?
Create and save your database model in visio file : Name your Visio file using Lab2_, your first initial, and your last name (e.g., Lab2_JSmith.vsd). Create and save your database model in your Visio file. When you are done, submit your database to the Week 3: iLab Course Dropbox. Create and save your..
How would you measure credit risk at bank of america : How would you measure credit risk at Bank of America? Be sure to discuss techniques for measuring individual credit products and commercial credit products
What could be done to ensure politicization : be done to ensure politicization
The number specified in the integer : VB Scripting exercise: Exercise #3 - Fun With Strings #1 Create a function that takes in a string and an integer and returns a string that contains the original string repeated by the number specified in the integer.
Maroon box is a dvd rental company : Maroon Box is a DVD rental company that rents DVD's through kiosks located in strategic locations.  You have applied for a job as a database administrator with Maroon Box.  To test your database skills Maroon Box has given you the following scenario

Reviews

Write a Review

Basic Computer Science Questions & Answers

  What value is the log function sensitive

If x~y(both have values close to each other but not same), then we would expect some cancellation in computing log(x)-log(y). on the other hand, log(x)-log(y)=log(x/y), and the latter involves no cancellation. Does this mean that computing log..

  Explaining logical knowledge base represents the world

A logical knowledge base represents the world using a set of sentences with no explicit structure. Analogical representation, on the other hand, has physical structure that corresponds.

  Why can i only see up to the index of this book

Why can I only see up to the index of this book? I understand it's a large book and you may only want to give the reader access to part of the book, but if it's read only until I get my book in the mail, why can't I see the whole book

  Research wireless standard

Research the 802.11 wireless standards, select 3 implementations (802.11e, 802.11i, 802.11n, 802.11ac, etc.), and describe each of them in 1-2 paragraphs.

  Architecture to assist in the decision-making process

Using enterprise architecture to assist in the decision-making process, write a 1500 words paper in which you do the following:Determine activities that you believe would be appropriate for outsourcing.

  Construct an e-r diagram for a car insurance company

Construct an E-R diagram for a car insurance company that has a set of customers,each of whom owns one or more cars. Each car has associated with it zero to any number of recorded accidents

  Draw the final figure in red-black tree

Draw the final figure in Red-black tree by inserting the abbreviations of states NY, IL, GA, RI, MA, PA, DE, IN, VT, TX, OH, and WY into an empty tree in that order. Describe those steps where red-black rules are violated and what actions you have..

  Modify testscoreappmath

Use the += operator to increase the scoreCount and scoreTotal variables. Then test this to makes sure it works.

  Significant business opportunity of apple

Do you believe it was wise for Apple to only present their OS on their PC instead of offering the version of Apple OS for other manufactory's (HP, Dell, Sony, etc) PC's?

  Internal e-mail getting hacked from the outside

Great Widgets is having a problem with the e-mail server it uses for internal e-mail getting hacked from the outside. One of its network folks has suggested an intranet, but the CEO, T. J. Alexander, is not up to speed about how an intranet wor..

  What other major discoveries in cosmology have relied

Some advances in our knowledge have been made possible through better equipment, such as Hubble's discoveries using the 100-inch Hooker telescope at Mount Wilson. What other major discoveries in cosmology have relied on improvements in existing ap..

  Describe at least 2 cyber crimes

Describe at least 2 cyber crimes

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd