SlideShare une entreprise Scribd logo
1  sur  10
KELLER BIS 245 Week 5 Lab - ER Diagram and ER
Matrix NEW
Check this A+ tutorial guideline at
http://www.assignmentcloud.com/bis-245-
keller/bis-245-week-5-lab-er-diagram-and-er-
matrix-new
www.assignmentcloud.com
For more classes visit
http://www.assignmentcloud.com/
A. Lab # : BSBA BIS 245A-5A
B. Lab 5A of 7 : Database design using Visio, and
based on data requirements
and business rules focusing on normalizing data to
third normal form.
C. Lab Overview--Scenario/Summary:
TCO(s):
2. Given a situation containing entities, business
rules, and data requirements,
create the conceptual model of the database using
a database modeling tool.
Scenario:
You have been asked to create a database model
using the MS Visio Database Model Diagram
Template. The purpose of this lab is to provide
experience
normalizing the database to third normal form
based on limited instructions, data requirements,
and associated business rules. Upon completing
this lab, you will be able to
1. create a new Visio file for database design;
and
2. using the data requirements and the business
rules provided, develop a
conceptual model (ERD), including attribute data
types and required field
lengths.
D. Deliverables
Section Deliverable Points
Step 1 YourName_Lab5A_ERMatrix.docx
Step 3 YourNameLab5A.vsd (Visio Diagram)
E. Lab Steps Preparation
1. Get the Lab5A_ERMatrix.docx document from
Doc Sharing:
a. Download the Lab5A_ERMatrix document file
from your course Doc
Sharing panel (Labs view), and Save the file to your
local drive.
2. Using Citrix for MS Visio and/or MS Access
a. If you are using the Citrix remote lab, follow the
login instructions
located in the iLab tab in Course Home.
3. Start MS Visio
a. Open Microsoft Office, Visio application, or
b. if you are using Citrix, click on Microsoft Office
Applications folder
to start Visio. Page 2 of 5 Lab
Step 1: Identify the entities and relationships. a.
Over the past four weeks, you have created ERDs
based on information
provided. This week, you will complete the ERD
being sure to normalize it to
3NF (third normal form). Normalization is the
systematic application of rules
designed to eliminate redundancy from the
database. Data in previous weeks
was, to some extent, normalized for you. This
week, it is not. An abbreviated
list of the data requirements follows.
College Scheduling Data Requirements Student ID
Student First Name
Student Last Name Course Code Course Name
Course Description Course Credit Hours Course
Time Course Days Instructor ID Instructor First
Name Instructor Last Name Room Number Room
Capacity
b. Open the Word file in the Week 5 Lab
Materials, Lab5A_ERMatrix.docx
c. Save the Word file as
YourName_Lab5A_ERMatrix.
d. An ER Matrix helps define both the entities
and the relationships between the
entities. Using the partially completed ER Matrix
below as a guide, complete the matrix.
Hint: You should end up with four entities.
1. List each entity both across and down.
2. Determine whether a relationship exists
between entities and define that relationship with
a verb phrase. (NOTE: The entity with the greatest
number of related entities is usually the center of
the ER diagram.)
3. Identify minimum (Optional or Mandatory) and
maximum (only one, or one
or more).Page 3 of 5
Student Course
Student none Enrolls in;
Mandatory One or more
Course Is taken by:
Optional One or more none
e. Save the completed matrix to submit as part of
your lab.
Step 2: Create the initial ERD based on the matrix.
a. Open a new blank Database Model Diagram in
Visio. If you need assitance with
this, refer to the Week 1 Lab Instructions. Be sure
that all options are set
consistent to those used in previous weeks so that
you generate your model in Crow's Foot notation.
b. One of the issues in denormalized data is that
it can result in many-to-many
relationships that are not compatible with the
relational database. Visio does not allow creation
of a many-to-many relationship because of this
incompatibility. Therefore, for any many-to-many
relationships in your data,
you will need to create two one-to-many
relationships. See the example
below:Page 4 of 5
c. Based on the information from Step 1, create
the initial ERD for the College
Scheduling database including the many-to-many
relationships. If you need
assistance to create the entities, refer to labs from
Weeks 1 and 2.
d. Assign the primary keys and attributes from
the data requirements to the
proper entities.
e. Save the file as YourName_Lab5A.vsd.
Step 3: Normalize the database
a. While the initial ERD is accurate, if you design a
database without deviating
from it, you will encounter problems. For example,
a course is offered many
times. If you use the course code, for example BIS
245, as the primary key,
you will only be able to list the course once. There
are three possible solutions.
1. Assign another primary key, such as an
autonumber field, so that
the course can be listed multiple times. However,
this is not
acceptable because it introduces redundancy
rather than reducing it.
2. Use a composite primary key consisting of the
Course Code and the
Section code. If you create a unique section code
(EXAMPLE:
YearTerm_Section or 2010SpringA_A), then you
can list the course
repeatedly. Again, this introduces redundancy, and
is not an
acceptable solution.
3. Split the table to create two tables.
TostayconsistentwithDeVry terminology, create a
second Section table. To ensure that a course is
not entered twice, you might modify the Section
code to include the
course: BIS 245_2010SpringA_A. By consistently
using this format,
you should not be able to duplicate the section,
and can avoid a
complicated composite key. However, as the
Section table will serve
as an associative entity, it is acceptable to borrow
the primary keys of
theparenttables.
b. Open the Visio file from Step 2, and add a new
page. Changethepagetabto
read Revised. Revise the initial ERD based on the
following information.
1. A Course may exist without being offered. It
exists in the catalog.
Courses are scheduled for a term and given a
section. It is the
schedule course (Section) that students enroll in,
that are scheduled
in rooms and assigned instructors.
2. A Student can exist without being enrolled in
a course.
3. An Instructor can exist without being
assigned to teach a course.
4. A Room can exist without being scheduled for
a course.
c. Save the file with your revised ERD.Page 5 of 5
Lab 5A Final Deliverables
a. YourName_Lab5A_ERMatrix.docx (Word
Document) from Lab 5A Step 1
b. YourName_Lab5A.vsd (Visio Diagram) from
Lab
5A Step 3.
Submit these files to the Week 5 iLab
Dropbox.
www.assignmentcloud.com
5A Step 3.
Submit these files to the Week 5 iLab
Dropbox.
www.assignmentcloud.com

Contenu connexe

Tendances

Normalization
NormalizationNormalization
Normalizationochesing
 
BIS 245 Lessons in Excellence / bis245.com
BIS 245 Lessons in Excellence / bis245.comBIS 245 Lessons in Excellence / bis245.com
BIS 245 Lessons in Excellence / bis245.comkopiko33
 
Normalization presentation in Database Management System
Normalization presentation in Database Management System Normalization presentation in Database Management System
Normalization presentation in Database Management System Km Anik
 
Normalization
NormalizationNormalization
Normalizationwax4u
 
BIS 245 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.comBIS 245 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.comagathachristie204
 
Cis 111 Education Specialist-snaptutorial.com
Cis 111 Education Specialist-snaptutorial.comCis 111 Education Specialist-snaptutorial.com
Cis 111 Education Specialist-snaptutorial.comrobertlesew50
 
Acc 564 quiz 4 – strayer new
Acc 564 quiz 4 – strayer newAcc 564 quiz 4 – strayer new
Acc 564 quiz 4 – strayer newninfaames
 
BIS 245 HOMEWORK Become Exceptional--bis245homework.com
BIS 245 HOMEWORK Become Exceptional--bis245homework.comBIS 245 HOMEWORK Become Exceptional--bis245homework.com
BIS 245 HOMEWORK Become Exceptional--bis245homework.comKeatonJennings120
 
BIS 245 HOMEWORK Redefined Education--bis245homework.com
BIS 245 HOMEWORK Redefined Education--bis245homework.comBIS 245 HOMEWORK Redefined Education--bis245homework.com
BIS 245 HOMEWORK Redefined Education--bis245homework.comagathachristie241
 
BIS 245 HOMEWORK Introduction Education--bis245homework.com
BIS 245 HOMEWORK Introduction Education--bis245homework.comBIS 245 HOMEWORK Introduction Education--bis245homework.com
BIS 245 HOMEWORK Introduction Education--bis245homework.comagathachristie256
 

Tendances (11)

Week 9.docx
Week 9.docxWeek 9.docx
Week 9.docx
 
Normalization
NormalizationNormalization
Normalization
 
BIS 245 Lessons in Excellence / bis245.com
BIS 245 Lessons in Excellence / bis245.comBIS 245 Lessons in Excellence / bis245.com
BIS 245 Lessons in Excellence / bis245.com
 
Normalization presentation in Database Management System
Normalization presentation in Database Management System Normalization presentation in Database Management System
Normalization presentation in Database Management System
 
Normalization
NormalizationNormalization
Normalization
 
BIS 245 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.comBIS 245 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.com
 
Cis 111 Education Specialist-snaptutorial.com
Cis 111 Education Specialist-snaptutorial.comCis 111 Education Specialist-snaptutorial.com
Cis 111 Education Specialist-snaptutorial.com
 
Acc 564 quiz 4 – strayer new
Acc 564 quiz 4 – strayer newAcc 564 quiz 4 – strayer new
Acc 564 quiz 4 – strayer new
 
BIS 245 HOMEWORK Become Exceptional--bis245homework.com
BIS 245 HOMEWORK Become Exceptional--bis245homework.comBIS 245 HOMEWORK Become Exceptional--bis245homework.com
BIS 245 HOMEWORK Become Exceptional--bis245homework.com
 
BIS 245 HOMEWORK Redefined Education--bis245homework.com
BIS 245 HOMEWORK Redefined Education--bis245homework.comBIS 245 HOMEWORK Redefined Education--bis245homework.com
BIS 245 HOMEWORK Redefined Education--bis245homework.com
 
BIS 245 HOMEWORK Introduction Education--bis245homework.com
BIS 245 HOMEWORK Introduction Education--bis245homework.comBIS 245 HOMEWORK Introduction Education--bis245homework.com
BIS 245 HOMEWORK Introduction Education--bis245homework.com
 

Similaire à Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new

Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixfnfgnvcn
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixddddddddddddddddds
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixkisusjhjhg
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixsvvxxxxx
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixlklkkklkkkl
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixsgsvsv
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixIphionesss
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixdhfghfgfjgjgfj
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrixdgahdazncvn
 
BIS 245 OUTLET Introduction Education--bis245outlet.com
BIS 245 OUTLET Introduction Education--bis245outlet.comBIS 245 OUTLET Introduction Education--bis245outlet.com
BIS 245 OUTLET Introduction Education--bis245outlet.comagathachristie291
 
BIS 245 OUTLET Inspiring Innovation--bis245outlet.com
 BIS 245 OUTLET Inspiring Innovation--bis245outlet.com BIS 245 OUTLET Inspiring Innovation--bis245outlet.com
BIS 245 OUTLET Inspiring Innovation--bis245outlet.comwilliamwordsworth45
 
BIS 245 OUTLET Achievement Education--bis245outlet.com
BIS 245 OUTLET Achievement Education--bis245outlet.comBIS 245 OUTLET Achievement Education--bis245outlet.com
BIS 245 OUTLET Achievement Education--bis245outlet.comagathachristie179
 
BIS 245 HOMEWORK Lessons in Excellence--bis245homework.com
BIS 245 HOMEWORK Lessons in Excellence--bis245homework.comBIS 245 HOMEWORK Lessons in Excellence--bis245homework.com
BIS 245 HOMEWORK Lessons in Excellence--bis245homework.comthomashard72
 
Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docx
Page 1 of 6      A. Lab #  BSBA BIS245A-3    B. Lab.docxPage 1 of 6      A. Lab #  BSBA BIS245A-3    B. Lab.docx
Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docxalfred4lewis58146
 
A. Lab # BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docx
A. Lab #  BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docxA. Lab #  BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docx
A. Lab # BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docxransayo
 
CIS 111 Focus Dreams/newtonhelp.com
CIS 111 Focus Dreams/newtonhelp.comCIS 111 Focus Dreams/newtonhelp.com
CIS 111 Focus Dreams/newtonhelp.combellflower82
 
Cis 111 Success Begins / snaptutorial.com
Cis 111 Success Begins / snaptutorial.comCis 111 Success Begins / snaptutorial.com
Cis 111 Success Begins / snaptutorial.comRobinson066
 
Cis 111 Education Redefined - snaptutorial.com
Cis 111     Education Redefined - snaptutorial.comCis 111     Education Redefined - snaptutorial.com
Cis 111 Education Redefined - snaptutorial.comDavisMurphyC75
 
DeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docx
DeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docxDeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docx
DeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docxduketjoy27252
 
CIS 111 STUDY Education Planning--cis111study.com
CIS 111 STUDY Education Planning--cis111study.comCIS 111 STUDY Education Planning--cis111study.com
CIS 111 STUDY Education Planning--cis111study.comagathachristie299
 

Similaire à Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new (20)

Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
BIS 245 OUTLET Introduction Education--bis245outlet.com
BIS 245 OUTLET Introduction Education--bis245outlet.comBIS 245 OUTLET Introduction Education--bis245outlet.com
BIS 245 OUTLET Introduction Education--bis245outlet.com
 
BIS 245 OUTLET Inspiring Innovation--bis245outlet.com
 BIS 245 OUTLET Inspiring Innovation--bis245outlet.com BIS 245 OUTLET Inspiring Innovation--bis245outlet.com
BIS 245 OUTLET Inspiring Innovation--bis245outlet.com
 
BIS 245 OUTLET Achievement Education--bis245outlet.com
BIS 245 OUTLET Achievement Education--bis245outlet.comBIS 245 OUTLET Achievement Education--bis245outlet.com
BIS 245 OUTLET Achievement Education--bis245outlet.com
 
BIS 245 HOMEWORK Lessons in Excellence--bis245homework.com
BIS 245 HOMEWORK Lessons in Excellence--bis245homework.comBIS 245 HOMEWORK Lessons in Excellence--bis245homework.com
BIS 245 HOMEWORK Lessons in Excellence--bis245homework.com
 
Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docx
Page 1 of 6      A. Lab #  BSBA BIS245A-3    B. Lab.docxPage 1 of 6      A. Lab #  BSBA BIS245A-3    B. Lab.docx
Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docx
 
A. Lab # BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docx
A. Lab #  BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docxA. Lab #  BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docx
A. Lab # BSBA BIS245A-3B. Lab 3 of 7 Database Design Using .docx
 
CIS 111 Focus Dreams/newtonhelp.com
CIS 111 Focus Dreams/newtonhelp.comCIS 111 Focus Dreams/newtonhelp.com
CIS 111 Focus Dreams/newtonhelp.com
 
Cis 111 Success Begins / snaptutorial.com
Cis 111 Success Begins / snaptutorial.comCis 111 Success Begins / snaptutorial.com
Cis 111 Success Begins / snaptutorial.com
 
Cis 111 Education Redefined - snaptutorial.com
Cis 111     Education Redefined - snaptutorial.comCis 111     Education Redefined - snaptutorial.com
Cis 111 Education Redefined - snaptutorial.com
 
DeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docx
DeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docxDeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docx
DeVry UniversityStudent Lab ActivityBIS245 Database Essentials.docx
 
CIS 111 STUDY Education Planning--cis111study.com
CIS 111 STUDY Education Planning--cis111study.comCIS 111 STUDY Education Planning--cis111study.com
CIS 111 STUDY Education Planning--cis111study.com
 

Plus de shyaminfo102

Strayer bus-430-quiz-6-new
Strayer bus-430-quiz-6-newStrayer bus-430-quiz-6-new
Strayer bus-430-quiz-6-newshyaminfo102
 
Strayer bus-520-week-9-assignment-4-leadership-style
Strayer bus-520-week-9-assignment-4-leadership-styleStrayer bus-520-week-9-assignment-4-leadership-style
Strayer bus-520-week-9-assignment-4-leadership-styleshyaminfo102
 
Strayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-new
Strayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-newStrayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-new
Strayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-newshyaminfo102
 
Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...
Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...
Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...shyaminfo102
 
Strayer bus-518-week-8-assignment-4-building-of-memory
Strayer bus-518-week-8-assignment-4-building-of-memoryStrayer bus-518-week-8-assignment-4-building-of-memory
Strayer bus-518-week-8-assignment-4-building-of-memoryshyaminfo102
 
Bus 517-week-7-assignment-2-project-initiation-and-planning-new
Bus 517-week-7-assignment-2-project-initiation-and-planning-newBus 517-week-7-assignment-2-project-initiation-and-planning-new
Bus 517-week-7-assignment-2-project-initiation-and-planning-newshyaminfo102
 
Stayer bus 510 week 10 assignment 5 now
Stayer bus 510 week 10 assignment 5 nowStayer bus 510 week 10 assignment 5 now
Stayer bus 510 week 10 assignment 5 nowshyaminfo102
 
Stayer bus 510 week 8 assignment 4 responding
Stayer bus 510 week 8 assignment 4 respondingStayer bus 510 week 8 assignment 4 responding
Stayer bus 510 week 8 assignment 4 respondingshyaminfo102
 
Stayer bus 510 week 6 assignment 3 researching
Stayer bus 510 week 6 assignment 3 researchingStayer bus 510 week 6 assignment 3 researching
Stayer bus 510 week 6 assignment 3 researchingshyaminfo102
 
Stayer bus 510 week 4 assignment 2 drafting
Stayer bus 510 week 4 assignment 2 draftingStayer bus 510 week 4 assignment 2 drafting
Stayer bus 510 week 4 assignment 2 draftingshyaminfo102
 
Stayer bus 510 week 2 assignment 1 developing
Stayer bus 510 week 2 assignment 1 developingStayer bus 510 week 2 assignment 1 developing
Stayer bus 510 week 2 assignment 1 developingshyaminfo102
 
Stayer bus 510 stayer
Stayer bus 510 stayerStayer bus 510 stayer
Stayer bus 510 stayershyaminfo102
 
Uop bus-505-assignment-2-bid-strategy-new
Uop bus-505-assignment-2-bid-strategy-newUop bus-505-assignment-2-bid-strategy-new
Uop bus-505-assignment-2-bid-strategy-newshyaminfo102
 
Devry bsop 434 final exam 2 sets
Devry bsop 434 final exam   2 setsDevry bsop 434 final exam   2 sets
Devry bsop 434 final exam 2 setsshyaminfo102
 
Devry bsop 434 entire course
Devry bsop 434 entire courseDevry bsop 434 entire course
Devry bsop 434 entire courseshyaminfo102
 
Devry bsop 434 complete week 7 2 sets
Devry bsop 434 complete week 7   2 setsDevry bsop 434 complete week 7   2 sets
Devry bsop 434 complete week 7 2 setsshyaminfo102
 
Devry bsop 434 complete week 6 2 sets
Devry bsop 434 complete week 6   2 setsDevry bsop 434 complete week 6   2 sets
Devry bsop 434 complete week 6 2 setsshyaminfo102
 
Devry bsop 434 complete week 5 2 sets
Devry bsop 434 complete week 5   2 setsDevry bsop 434 complete week 5   2 sets
Devry bsop 434 complete week 5 2 setsshyaminfo102
 
Devry bsop 434 complete week 4 2 sets
Devry bsop 434 complete week 4   2 setsDevry bsop 434 complete week 4   2 sets
Devry bsop 434 complete week 4 2 setsshyaminfo102
 
Devry bsop 434 complete week 3 2 sets
Devry bsop 434 complete week 3   2 setsDevry bsop 434 complete week 3   2 sets
Devry bsop 434 complete week 3 2 setsshyaminfo102
 

Plus de shyaminfo102 (20)

Strayer bus-430-quiz-6-new
Strayer bus-430-quiz-6-newStrayer bus-430-quiz-6-new
Strayer bus-430-quiz-6-new
 
Strayer bus-520-week-9-assignment-4-leadership-style
Strayer bus-520-week-9-assignment-4-leadership-styleStrayer bus-520-week-9-assignment-4-leadership-style
Strayer bus-520-week-9-assignment-4-leadership-style
 
Strayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-new
Strayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-newStrayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-new
Strayer bus-520-week-5-assignment-2-using-motivation-to-improve-performance-new
 
Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...
Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...
Strayer bus-520-week-3-assignment-1-emotional-intelligence-and-effective-lead...
 
Strayer bus-518-week-8-assignment-4-building-of-memory
Strayer bus-518-week-8-assignment-4-building-of-memoryStrayer bus-518-week-8-assignment-4-building-of-memory
Strayer bus-518-week-8-assignment-4-building-of-memory
 
Bus 517-week-7-assignment-2-project-initiation-and-planning-new
Bus 517-week-7-assignment-2-project-initiation-and-planning-newBus 517-week-7-assignment-2-project-initiation-and-planning-new
Bus 517-week-7-assignment-2-project-initiation-and-planning-new
 
Stayer bus 510 week 10 assignment 5 now
Stayer bus 510 week 10 assignment 5 nowStayer bus 510 week 10 assignment 5 now
Stayer bus 510 week 10 assignment 5 now
 
Stayer bus 510 week 8 assignment 4 responding
Stayer bus 510 week 8 assignment 4 respondingStayer bus 510 week 8 assignment 4 responding
Stayer bus 510 week 8 assignment 4 responding
 
Stayer bus 510 week 6 assignment 3 researching
Stayer bus 510 week 6 assignment 3 researchingStayer bus 510 week 6 assignment 3 researching
Stayer bus 510 week 6 assignment 3 researching
 
Stayer bus 510 week 4 assignment 2 drafting
Stayer bus 510 week 4 assignment 2 draftingStayer bus 510 week 4 assignment 2 drafting
Stayer bus 510 week 4 assignment 2 drafting
 
Stayer bus 510 week 2 assignment 1 developing
Stayer bus 510 week 2 assignment 1 developingStayer bus 510 week 2 assignment 1 developing
Stayer bus 510 week 2 assignment 1 developing
 
Stayer bus 510 stayer
Stayer bus 510 stayerStayer bus 510 stayer
Stayer bus 510 stayer
 
Uop bus-505-assignment-2-bid-strategy-new
Uop bus-505-assignment-2-bid-strategy-newUop bus-505-assignment-2-bid-strategy-new
Uop bus-505-assignment-2-bid-strategy-new
 
Devry bsop 434 final exam 2 sets
Devry bsop 434 final exam   2 setsDevry bsop 434 final exam   2 sets
Devry bsop 434 final exam 2 sets
 
Devry bsop 434 entire course
Devry bsop 434 entire courseDevry bsop 434 entire course
Devry bsop 434 entire course
 
Devry bsop 434 complete week 7 2 sets
Devry bsop 434 complete week 7   2 setsDevry bsop 434 complete week 7   2 sets
Devry bsop 434 complete week 7 2 sets
 
Devry bsop 434 complete week 6 2 sets
Devry bsop 434 complete week 6   2 setsDevry bsop 434 complete week 6   2 sets
Devry bsop 434 complete week 6 2 sets
 
Devry bsop 434 complete week 5 2 sets
Devry bsop 434 complete week 5   2 setsDevry bsop 434 complete week 5   2 sets
Devry bsop 434 complete week 5 2 sets
 
Devry bsop 434 complete week 4 2 sets
Devry bsop 434 complete week 4   2 setsDevry bsop 434 complete week 4   2 sets
Devry bsop 434 complete week 4 2 sets
 
Devry bsop 434 complete week 3 2 sets
Devry bsop 434 complete week 3   2 setsDevry bsop 434 complete week 3   2 sets
Devry bsop 434 complete week 3 2 sets
 

Dernier

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Dernier (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new

  • 1. KELLER BIS 245 Week 5 Lab - ER Diagram and ER Matrix NEW Check this A+ tutorial guideline at http://www.assignmentcloud.com/bis-245- keller/bis-245-week-5-lab-er-diagram-and-er- matrix-new www.assignmentcloud.com For more classes visit http://www.assignmentcloud.com/ A. Lab # : BSBA BIS 245A-5A B. Lab 5A of 7 : Database design using Visio, and based on data requirements and business rules focusing on normalizing data to third normal form. C. Lab Overview--Scenario/Summary: TCO(s): 2. Given a situation containing entities, business rules, and data requirements,
  • 2. create the conceptual model of the database using a database modeling tool. Scenario: You have been asked to create a database model using the MS Visio Database Model Diagram Template. The purpose of this lab is to provide experience normalizing the database to third normal form based on limited instructions, data requirements, and associated business rules. Upon completing this lab, you will be able to 1. create a new Visio file for database design; and 2. using the data requirements and the business rules provided, develop a conceptual model (ERD), including attribute data types and required field lengths. D. Deliverables Section Deliverable Points Step 1 YourName_Lab5A_ERMatrix.docx Step 3 YourNameLab5A.vsd (Visio Diagram) E. Lab Steps Preparation 1. Get the Lab5A_ERMatrix.docx document from Doc Sharing: a. Download the Lab5A_ERMatrix document file from your course Doc
  • 3. Sharing panel (Labs view), and Save the file to your local drive. 2. Using Citrix for MS Visio and/or MS Access a. If you are using the Citrix remote lab, follow the login instructions located in the iLab tab in Course Home. 3. Start MS Visio a. Open Microsoft Office, Visio application, or b. if you are using Citrix, click on Microsoft Office Applications folder to start Visio. Page 2 of 5 Lab Step 1: Identify the entities and relationships. a. Over the past four weeks, you have created ERDs based on information provided. This week, you will complete the ERD being sure to normalize it to 3NF (third normal form). Normalization is the systematic application of rules designed to eliminate redundancy from the database. Data in previous weeks was, to some extent, normalized for you. This week, it is not. An abbreviated list of the data requirements follows. College Scheduling Data Requirements Student ID Student First Name
  • 4. Student Last Name Course Code Course Name Course Description Course Credit Hours Course Time Course Days Instructor ID Instructor First Name Instructor Last Name Room Number Room Capacity b. Open the Word file in the Week 5 Lab Materials, Lab5A_ERMatrix.docx c. Save the Word file as YourName_Lab5A_ERMatrix. d. An ER Matrix helps define both the entities and the relationships between the entities. Using the partially completed ER Matrix below as a guide, complete the matrix. Hint: You should end up with four entities. 1. List each entity both across and down. 2. Determine whether a relationship exists between entities and define that relationship with a verb phrase. (NOTE: The entity with the greatest
  • 5. number of related entities is usually the center of the ER diagram.) 3. Identify minimum (Optional or Mandatory) and maximum (only one, or one or more).Page 3 of 5 Student Course Student none Enrolls in; Mandatory One or more Course Is taken by: Optional One or more none e. Save the completed matrix to submit as part of your lab. Step 2: Create the initial ERD based on the matrix. a. Open a new blank Database Model Diagram in Visio. If you need assitance with this, refer to the Week 1 Lab Instructions. Be sure that all options are set consistent to those used in previous weeks so that you generate your model in Crow's Foot notation. b. One of the issues in denormalized data is that it can result in many-to-many
  • 6. relationships that are not compatible with the relational database. Visio does not allow creation of a many-to-many relationship because of this incompatibility. Therefore, for any many-to-many relationships in your data, you will need to create two one-to-many relationships. See the example below:Page 4 of 5 c. Based on the information from Step 1, create the initial ERD for the College Scheduling database including the many-to-many relationships. If you need assistance to create the entities, refer to labs from Weeks 1 and 2. d. Assign the primary keys and attributes from the data requirements to the proper entities. e. Save the file as YourName_Lab5A.vsd. Step 3: Normalize the database a. While the initial ERD is accurate, if you design a database without deviating from it, you will encounter problems. For example, a course is offered many times. If you use the course code, for example BIS 245, as the primary key, you will only be able to list the course once. There
  • 7. are three possible solutions. 1. Assign another primary key, such as an autonumber field, so that the course can be listed multiple times. However, this is not acceptable because it introduces redundancy rather than reducing it. 2. Use a composite primary key consisting of the Course Code and the Section code. If you create a unique section code (EXAMPLE: YearTerm_Section or 2010SpringA_A), then you can list the course repeatedly. Again, this introduces redundancy, and is not an acceptable solution. 3. Split the table to create two tables. TostayconsistentwithDeVry terminology, create a second Section table. To ensure that a course is not entered twice, you might modify the Section code to include the course: BIS 245_2010SpringA_A. By consistently using this format, you should not be able to duplicate the section, and can avoid a complicated composite key. However, as the
  • 8. Section table will serve as an associative entity, it is acceptable to borrow the primary keys of theparenttables. b. Open the Visio file from Step 2, and add a new page. Changethepagetabto read Revised. Revise the initial ERD based on the following information. 1. A Course may exist without being offered. It exists in the catalog. Courses are scheduled for a term and given a section. It is the schedule course (Section) that students enroll in, that are scheduled in rooms and assigned instructors. 2. A Student can exist without being enrolled in a course. 3. An Instructor can exist without being assigned to teach a course. 4. A Room can exist without being scheduled for a course. c. Save the file with your revised ERD.Page 5 of 5 Lab 5A Final Deliverables a. YourName_Lab5A_ERMatrix.docx (Word Document) from Lab 5A Step 1 b. YourName_Lab5A.vsd (Visio Diagram) from Lab
  • 9. 5A Step 3. Submit these files to the Week 5 iLab Dropbox. www.assignmentcloud.com
  • 10. 5A Step 3. Submit these files to the Week 5 iLab Dropbox. www.assignmentcloud.com