SlideShare a Scribd company logo
1 of 12
Page 1 of 6
A. Lab # : BSBA BIS245A-3
B. Lab 3 of 7: Database Design Using Visio and Based on Data
Requirements
and Business Rules
C. Lab Overview--Scenario/Summary
TCOs:
2. Given a situation containing entities, business rules, and data
requirements, create the conceptual model of the database using
a
database modeling tool.
3. Given an existing relational database schema, evaluate and
alter the
database design for efficiency.
4. Given an existing database structure demonstrating efficiency
and
integrity, design the physical tables.
Scenario
You have been asked to create a database model using MS Visio
Database Model
Diagram Template. The purpose of this lab is to provide
experience designing,
with limited instructions, a simple database based on a list of
data requirements
and associated business rules.
You will then complete an MS Access database based on the
model developed in
Visio, creating the necessary tables and relationships.
Upon completing this lab, you will be able to
1. create a new Visio file for database design;
2. using the data requirements and the business rules provided,
develop a
conceptual model (ERD), including attribute data types and
required field
lengths; and
3. create a new MS Access database based on the ERD.
D. Deliverables
Section Deliverable Points
Part A Step
7
YourNameLab3.vsd (Visio Diagram)
Part B Step
3
YourNameLab3.accdb (Access Database)
E. Lab Steps
Page 2 of 6
Preparation
1. If you are using Citrix for MS Visio and/or MS Access,
follow the login
instructions located in the iLab tab in Course Home.
Lab
Part A: Create a Visio ERD from Data Requirements and
Business Rules
Step 1: Open Visio
a. Open Microsoft Office, Visio application or
b. If you are using Citrix, click on Microsoft Office
Applications folder to start
Visio.
Step 2: Identify and create the entities
a. Open a new blank Database Model Diagram. 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 Crows Foot notation.
b. Save the file as YourName_Lab3.vsd.
c. Based on the information provided below, create the
necessary entities for
the Pages in Time database. If you need assistance to create the
entities,
refer to labs from Weeks 1 and 2.
Pages in Time
Pages in Time is a small bookstore carrying a variety of books.
The
owners have decided to computerize the books available through
the
store so that they can determine more easily what books are on
hand and which books need to be special ordered to meet
customer
needs. Because customers do not always remember the name of
a
desired book, the owners want to be able to look for books by
author
or by type (genre). They also want to be able to find the
publisher’s
information using the system so that they can order books more
easily.
After visiting with the owners, you have gathered the following
information on data requirements and business rules to develop
a
conceptual design (ERD), prepare it for conversion to an Access
database, and then create the actual database.
Page 3 of 6
DATA REQUIREMENTS
You have determined that you will need at least the following
entities
to resolve the relationships that exist in the data.
CUSTOMERS
ID
Name (store data in its smallest parts)
Phone
Address (store data in its smallest parts)
Phone Number
E-mail Address
Preferred Contact Method
ORDERS
Number
Date
Received Date
Customer Contacted (Yes or No)
BOOKS
ISBN Number
Title
Purchase Price
Year Published
Fiction or Nonfiction
Type (Genre)
In stock
AUTHOR
ID
Name (store data in smallest parts!)
Short Biography
PUBLISHER
ID
Name
Address
Phone number
Contact Person
Fax Number
Website
Step 3: Identify and create attributes (fields)
Page 4 of 6
NOTE: Because you are creating your diagram in Visio, it will
be easier to
create the attributes prior to the relationships.
a. Refer to the data requirements from Step 2 of this lab. If you
have not
already created the attributes (fields) in your ERD, add them at
this time.
b. Be sure that you store data in its smallest parts.
c. Save your file, and continue to Step 4.
Step 4: Identify and designate the keys
a. Detemine whether an attribute exists in each table that will
satisfy the
requirements of a primary key. If no appropriate field exists,
create a field for
this purpose.
b. Check the Primary Key property for the field in each table
using the Visio
column properties.
Step 5: Identify the relationships
a. Using the information below on the business rules for Pages
in Time, create
the relationships between the entities created in Step 2.
b. Notice that when Many-to-Many relationships exist, you will
need to create
associative entities. If you are not sure of the process to create
relationships
in Visio, refer to the Labs for Weeks 1 and 2. You created an
associative
entity in Week 2.
c. For any associative entities created, enter necessary fields.
You may also
need to designate or create a primary key.
BUSINESS RULES
Business rules help determine the relationships between data
that
should help you design the relationships between your entities.
1. Each customer can place many orders over time, but each
order is
placed by only one customer.
2. Each order may include many books, and a book may be
included
on many orders.
3. Each book may have multiple authors, and each author may
have
written multiple books.
4. Each book has only one publisher, but a publisher may
publish
many books.
Step 6: Determine and specify the data types
a. Using the information below, select the data type for each
attribute (field) in
your diagram, and set the type in the attribute properties. (Refer
to the Week
Page 5 of 6
2 Lab if you are not sure how to do this. Where allowed,
estimate the field
length needed.)
As the data types and field lengths are not included in the data
requirements, you should make a selection based on your
knowledge
of the type of data and approximation of length required. The
Visio
and Access data type equivalents are shown below:
Access Visio
Number Integer
Text Text
Memo LongText
Date/Time DateTime
Currency Currency
Yes/No Binary
AutoNumber Long
Hyperlink No equivalent--use Text
Step 7: Modify the Visio Settings to show the Data type and
field size in the
diagram.
a. Change your Visio settings so that these appear on the actual
diagram. To do
this, go to the Database ribbon, Display Options. In the Display
Options dialog
box, select the Table tab. You will then change the data types to
Show
Physical. Click the OK button to apply the new setting. They
data types will
then appear in your diagram. Note that you may need to move
the entities so
that they are easily viewed as they are now larger.
b. Be sure to save the final version of your file.
End of Part A
Part B: Create the Access Database from the ERD
Preparation
Open the Visio file created in Part A of this lab, you will
reference this file in Part
B.
Page 6 of 6
Step 1: Start MS Access and Open a New Blank Database.
a. Create a new Blank Database; refer to the Week 2 Lab for
more detailed
instructions.
b. Save the database as YourNameLab3.
c. Note: If you are unsure how to complete any steps in this
iLab, refer to the
previous week's iLabs.
Step 2: Create the Tables
a. Based on the Visio diagram from Part A, create the tables for
your database.
b. Enter the field names and the data type.
c. Designate the primary keys for each table
d. Set the attribute properties as needed for
a. Field length
b. Required
Step 3: Create the relationships
a. Open the database relationships window.
b. Based on the Visio diagram from Part A, create the
relationships for your
database.
c. Be sure to enforce referential integrity for each relationship.
Save your file.
End of Part B
Lab 3 Final Deliverables
a. YourNameLab3.vsd (Visio Diagram)--from Lab 3 Part A
b. YourNameLab3.accdb (Access Database)--from Lab 3 Part B
Submit these files to the Week 3 iLab Dropbox.
END OF LAB

More Related Content

Similar to Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docx

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
 
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 matrixlitmanen232
 
Bis 245 week 5 lab – er diagram and er matrix
Bis 245 week 5 lab – er diagram and er matrixBis 245 week 5 lab – er diagram and er matrix
Bis 245 week 5 lab – er diagram and er matrixsupportonlineexam11
 
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-newKeller bis-245-week-5-lab-er-diagram-and-er-matrix-new
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-newshyaminfo102
 
Bis 245 week 4 lab – er diagram
Bis 245 week 4 lab – er diagramBis 245 week 4 lab – er diagram
Bis 245 week 4 lab – er diagramsupportonlineexam11
 
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
 
Azure Data serices and databricks architecture
Azure Data serices and databricks architectureAzure Data serices and databricks architecture
Azure Data serices and databricks architectureAdventureWorld5
 
IT 330 Final Project Guidelines and Rubric Overview .docx
IT 330 Final Project Guidelines and Rubric  Overview .docxIT 330 Final Project Guidelines and Rubric  Overview .docx
IT 330 Final Project Guidelines and Rubric Overview .docxchristiandean12115
 
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
 
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
 
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 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.comBIS 245 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.comagathachristie204
 
Bis245 week 4 i lab devry university er diagram
Bis245 week 4 i lab devry university   er diagramBis245 week 4 i lab devry university   er diagram
Bis245 week 4 i lab devry university er diagramddddddddddddddddds
 
Bis245 week 4 i lab devry university er diagram
Bis245 week 4 i lab devry university   er diagramBis245 week 4 i lab devry university   er diagram
Bis245 week 4 i lab devry university er diagramIphionesss
 
Bis245 week 4 i lab devry university er diagram
Bis245 week 4 i lab devry university   er diagramBis245 week 4 i lab devry university   er diagram
Bis245 week 4 i lab devry university er diagramfnfgnvcn
 

Similar to Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docx (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
 
Bis 245
Bis 245Bis 245
Bis 245
 
Bis 245 week 5 lab – er diagram and er matrix
Bis 245 week 5 lab – er diagram and er matrixBis 245 week 5 lab – er diagram and er matrix
Bis 245 week 5 lab – er diagram and er matrix
 
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-newKeller bis-245-week-5-lab-er-diagram-and-er-matrix-new
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new
 
Bis 245 week 4 lab – er diagram
Bis 245 week 4 lab – er diagramBis 245 week 4 lab – er diagram
Bis 245 week 4 lab – er diagram
 
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
 
Azure Data serices and databricks architecture
Azure Data serices and databricks architectureAzure Data serices and databricks architecture
Azure Data serices and databricks architecture
 
slides.pptx
slides.pptxslides.pptx
slides.pptx
 
slides.pptx
slides.pptxslides.pptx
slides.pptx
 
IT 330 Final Project Guidelines and Rubric Overview .docx
IT 330 Final Project Guidelines and Rubric  Overview .docxIT 330 Final Project Guidelines and Rubric  Overview .docx
IT 330 Final Project Guidelines and Rubric Overview .docx
 
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
 
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
 
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 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.comBIS 245 Redefined Education--bis245.com
BIS 245 Redefined Education--bis245.com
 
Bis245 week 4 i lab devry university er diagram
Bis245 week 4 i lab devry university   er diagramBis245 week 4 i lab devry university   er diagram
Bis245 week 4 i lab devry university er diagram
 
Bis245 week 4 i lab devry university er diagram
Bis245 week 4 i lab devry university   er diagramBis245 week 4 i lab devry university   er diagram
Bis245 week 4 i lab devry university er diagram
 
Bis245 week 4 i lab devry university er diagram
Bis245 week 4 i lab devry university   er diagramBis245 week 4 i lab devry university   er diagram
Bis245 week 4 i lab devry university er diagram
 

More from alfred4lewis58146

For this assignment, students will need to observe the activities th.docx
For this assignment, students will need to observe the activities th.docxFor this assignment, students will need to observe the activities th.docx
For this assignment, students will need to observe the activities th.docxalfred4lewis58146
 
For this assignment, select a human service organization from .docx
For this assignment, select a human service organization from .docxFor this assignment, select a human service organization from .docx
For this assignment, select a human service organization from .docxalfred4lewis58146
 
For this Assignment, read the case study for Claudia and find tw.docx
For this Assignment, read the case study for Claudia and find tw.docxFor this Assignment, read the case study for Claudia and find tw.docx
For this Assignment, read the case study for Claudia and find tw.docxalfred4lewis58146
 
For this assignment, download the A6 code pack. This zip fil.docx
For this assignment, download the A6 code pack. This zip fil.docxFor this assignment, download the A6 code pack. This zip fil.docx
For this assignment, download the A6 code pack. This zip fil.docxalfred4lewis58146
 
For this assignment, create infographic using the Canva website..docx
For this assignment, create infographic using the Canva website..docxFor this assignment, create infographic using the Canva website..docx
For this assignment, create infographic using the Canva website..docxalfred4lewis58146
 
For this assignment, compare  California during the Great Depression.docx
For this assignment, compare  California during the Great Depression.docxFor this assignment, compare  California during the Great Depression.docx
For this assignment, compare  California during the Great Depression.docxalfred4lewis58146
 
For this assignment, create a 10- to 12-slide presentation in Mi.docx
For this assignment, create a 10- to 12-slide presentation in Mi.docxFor this assignment, create a 10- to 12-slide presentation in Mi.docx
For this assignment, create a 10- to 12-slide presentation in Mi.docxalfred4lewis58146
 
For this assignment, begin by reading chapters 12-15 in Dr. Bells t.docx
For this assignment, begin by reading chapters 12-15 in Dr. Bells t.docxFor this assignment, begin by reading chapters 12-15 in Dr. Bells t.docx
For this assignment, begin by reading chapters 12-15 in Dr. Bells t.docxalfred4lewis58146
 
For this assignment, assume you are the new Secretary of Homelan.docx
For this assignment, assume you are the new Secretary of Homelan.docxFor this assignment, assume you are the new Secretary of Homelan.docx
For this assignment, assume you are the new Secretary of Homelan.docxalfred4lewis58146
 
For this assignment, address the following promptsIntroductor.docx
For this assignment, address the following promptsIntroductor.docxFor this assignment, address the following promptsIntroductor.docx
For this assignment, address the following promptsIntroductor.docxalfred4lewis58146
 
For this assignment, analyze the play by focusing on one of the .docx
For this assignment, analyze the play by focusing on one of the .docxFor this assignment, analyze the play by focusing on one of the .docx
For this assignment, analyze the play by focusing on one of the .docxalfred4lewis58146
 
For this assignment I would like you to answer these questions.docx
For this assignment I would like you to answer these questions.docxFor this assignment I would like you to answer these questions.docx
For this assignment I would like you to answer these questions.docxalfred4lewis58146
 
For the Weekly Reports I need 2 reports. For the First two weeks the.docx
For the Weekly Reports I need 2 reports. For the First two weeks the.docxFor the Weekly Reports I need 2 reports. For the First two weeks the.docx
For the Weekly Reports I need 2 reports. For the First two weeks the.docxalfred4lewis58146
 
For the shortanswer questions,you will need to respo.docx
For the shortanswer questions,you will need to respo.docxFor the shortanswer questions,you will need to respo.docx
For the shortanswer questions,you will need to respo.docxalfred4lewis58146
 
For the sake of argument (this essay in particular), lets prete.docx
For the sake of argument (this essay in particular), lets prete.docxFor the sake of argument (this essay in particular), lets prete.docx
For the sake of argument (this essay in particular), lets prete.docxalfred4lewis58146
 
For the proposal, each student must describe an interface they a.docx
For the proposal, each student must describe an interface they a.docxFor the proposal, each student must describe an interface they a.docx
For the proposal, each student must describe an interface they a.docxalfred4lewis58146
 
For the project, you will be expected to apply the key concepts of p.docx
For the project, you will be expected to apply the key concepts of p.docxFor the project, you will be expected to apply the key concepts of p.docx
For the project, you will be expected to apply the key concepts of p.docxalfred4lewis58146
 
For the past several weeks you have addressed several different area.docx
For the past several weeks you have addressed several different area.docxFor the past several weeks you have addressed several different area.docx
For the past several weeks you have addressed several different area.docxalfred4lewis58146
 
For the Mash it Up assignment, we experimented with different ways t.docx
For the Mash it Up assignment, we experimented with different ways t.docxFor the Mash it Up assignment, we experimented with different ways t.docx
For the Mash it Up assignment, we experimented with different ways t.docxalfred4lewis58146
 
For the first time in modern history, the world is experiencing a he.docx
For the first time in modern history, the world is experiencing a he.docxFor the first time in modern history, the world is experiencing a he.docx
For the first time in modern history, the world is experiencing a he.docxalfred4lewis58146
 

More from alfred4lewis58146 (20)

For this assignment, students will need to observe the activities th.docx
For this assignment, students will need to observe the activities th.docxFor this assignment, students will need to observe the activities th.docx
For this assignment, students will need to observe the activities th.docx
 
For this assignment, select a human service organization from .docx
For this assignment, select a human service organization from .docxFor this assignment, select a human service organization from .docx
For this assignment, select a human service organization from .docx
 
For this Assignment, read the case study for Claudia and find tw.docx
For this Assignment, read the case study for Claudia and find tw.docxFor this Assignment, read the case study for Claudia and find tw.docx
For this Assignment, read the case study for Claudia and find tw.docx
 
For this assignment, download the A6 code pack. This zip fil.docx
For this assignment, download the A6 code pack. This zip fil.docxFor this assignment, download the A6 code pack. This zip fil.docx
For this assignment, download the A6 code pack. This zip fil.docx
 
For this assignment, create infographic using the Canva website..docx
For this assignment, create infographic using the Canva website..docxFor this assignment, create infographic using the Canva website..docx
For this assignment, create infographic using the Canva website..docx
 
For this assignment, compare  California during the Great Depression.docx
For this assignment, compare  California during the Great Depression.docxFor this assignment, compare  California during the Great Depression.docx
For this assignment, compare  California during the Great Depression.docx
 
For this assignment, create a 10- to 12-slide presentation in Mi.docx
For this assignment, create a 10- to 12-slide presentation in Mi.docxFor this assignment, create a 10- to 12-slide presentation in Mi.docx
For this assignment, create a 10- to 12-slide presentation in Mi.docx
 
For this assignment, begin by reading chapters 12-15 in Dr. Bells t.docx
For this assignment, begin by reading chapters 12-15 in Dr. Bells t.docxFor this assignment, begin by reading chapters 12-15 in Dr. Bells t.docx
For this assignment, begin by reading chapters 12-15 in Dr. Bells t.docx
 
For this assignment, assume you are the new Secretary of Homelan.docx
For this assignment, assume you are the new Secretary of Homelan.docxFor this assignment, assume you are the new Secretary of Homelan.docx
For this assignment, assume you are the new Secretary of Homelan.docx
 
For this assignment, address the following promptsIntroductor.docx
For this assignment, address the following promptsIntroductor.docxFor this assignment, address the following promptsIntroductor.docx
For this assignment, address the following promptsIntroductor.docx
 
For this assignment, analyze the play by focusing on one of the .docx
For this assignment, analyze the play by focusing on one of the .docxFor this assignment, analyze the play by focusing on one of the .docx
For this assignment, analyze the play by focusing on one of the .docx
 
For this assignment I would like you to answer these questions.docx
For this assignment I would like you to answer these questions.docxFor this assignment I would like you to answer these questions.docx
For this assignment I would like you to answer these questions.docx
 
For the Weekly Reports I need 2 reports. For the First two weeks the.docx
For the Weekly Reports I need 2 reports. For the First two weeks the.docxFor the Weekly Reports I need 2 reports. For the First two weeks the.docx
For the Weekly Reports I need 2 reports. For the First two weeks the.docx
 
For the shortanswer questions,you will need to respo.docx
For the shortanswer questions,you will need to respo.docxFor the shortanswer questions,you will need to respo.docx
For the shortanswer questions,you will need to respo.docx
 
For the sake of argument (this essay in particular), lets prete.docx
For the sake of argument (this essay in particular), lets prete.docxFor the sake of argument (this essay in particular), lets prete.docx
For the sake of argument (this essay in particular), lets prete.docx
 
For the proposal, each student must describe an interface they a.docx
For the proposal, each student must describe an interface they a.docxFor the proposal, each student must describe an interface they a.docx
For the proposal, each student must describe an interface they a.docx
 
For the project, you will be expected to apply the key concepts of p.docx
For the project, you will be expected to apply the key concepts of p.docxFor the project, you will be expected to apply the key concepts of p.docx
For the project, you will be expected to apply the key concepts of p.docx
 
For the past several weeks you have addressed several different area.docx
For the past several weeks you have addressed several different area.docxFor the past several weeks you have addressed several different area.docx
For the past several weeks you have addressed several different area.docx
 
For the Mash it Up assignment, we experimented with different ways t.docx
For the Mash it Up assignment, we experimented with different ways t.docxFor the Mash it Up assignment, we experimented with different ways t.docx
For the Mash it Up assignment, we experimented with different ways t.docx
 
For the first time in modern history, the world is experiencing a he.docx
For the first time in modern history, the world is experiencing a he.docxFor the first time in modern history, the world is experiencing a he.docx
For the first time in modern history, the world is experiencing a he.docx
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
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
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Recently uploaded (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
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
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

Page 1 of 6 A. Lab # BSBA BIS245A-3 B. Lab.docx

  • 1. Page 1 of 6 A. Lab # : BSBA BIS245A-3 B. Lab 3 of 7: Database Design Using Visio and Based on Data Requirements and Business Rules C. Lab Overview--Scenario/Summary TCOs: 2. Given a situation containing entities, business rules, and data requirements, create the conceptual model of the database using a database modeling tool. 3. Given an existing relational database schema, evaluate and alter the database design for efficiency. 4. Given an existing database structure demonstrating efficiency and integrity, design the physical tables. Scenario You have been asked to create a database model using MS Visio Database Model Diagram Template. The purpose of this lab is to provide
  • 2. experience designing, with limited instructions, a simple database based on a list of data requirements and associated business rules. You will then complete an MS Access database based on the model developed in Visio, creating the necessary tables and relationships. Upon completing this lab, you will be able to 1. create a new Visio file for database design; 2. using the data requirements and the business rules provided, develop a conceptual model (ERD), including attribute data types and required field lengths; and 3. create a new MS Access database based on the ERD. D. Deliverables Section Deliverable Points Part A Step 7 YourNameLab3.vsd (Visio Diagram) Part B Step 3
  • 3. YourNameLab3.accdb (Access Database) E. Lab Steps Page 2 of 6 Preparation 1. If you are using Citrix for MS Visio and/or MS Access, follow the login instructions located in the iLab tab in Course Home. Lab Part A: Create a Visio ERD from Data Requirements and Business Rules Step 1: Open Visio a. Open Microsoft Office, Visio application or b. If you are using Citrix, click on Microsoft Office Applications folder to start Visio. Step 2: Identify and create the entities
  • 4. a. Open a new blank Database Model Diagram. 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 Crows Foot notation. b. Save the file as YourName_Lab3.vsd. c. Based on the information provided below, create the necessary entities for the Pages in Time database. If you need assistance to create the entities, refer to labs from Weeks 1 and 2. Pages in Time Pages in Time is a small bookstore carrying a variety of books. The owners have decided to computerize the books available through the store so that they can determine more easily what books are on hand and which books need to be special ordered to meet customer needs. Because customers do not always remember the name of a desired book, the owners want to be able to look for books by author or by type (genre). They also want to be able to find the publisher’s information using the system so that they can order books more
  • 5. easily. After visiting with the owners, you have gathered the following information on data requirements and business rules to develop a conceptual design (ERD), prepare it for conversion to an Access database, and then create the actual database. Page 3 of 6 DATA REQUIREMENTS You have determined that you will need at least the following entities to resolve the relationships that exist in the data. CUSTOMERS ID Name (store data in its smallest parts) Phone Address (store data in its smallest parts) Phone Number E-mail Address Preferred Contact Method ORDERS Number Date Received Date Customer Contacted (Yes or No) BOOKS
  • 6. ISBN Number Title Purchase Price Year Published Fiction or Nonfiction Type (Genre) In stock AUTHOR ID Name (store data in smallest parts!) Short Biography PUBLISHER ID Name Address Phone number Contact Person Fax Number Website Step 3: Identify and create attributes (fields) Page 4 of 6 NOTE: Because you are creating your diagram in Visio, it will be easier to create the attributes prior to the relationships.
  • 7. a. Refer to the data requirements from Step 2 of this lab. If you have not already created the attributes (fields) in your ERD, add them at this time. b. Be sure that you store data in its smallest parts. c. Save your file, and continue to Step 4. Step 4: Identify and designate the keys a. Detemine whether an attribute exists in each table that will satisfy the requirements of a primary key. If no appropriate field exists, create a field for this purpose. b. Check the Primary Key property for the field in each table using the Visio column properties. Step 5: Identify the relationships a. Using the information below on the business rules for Pages in Time, create the relationships between the entities created in Step 2. b. Notice that when Many-to-Many relationships exist, you will need to create associative entities. If you are not sure of the process to create relationships
  • 8. in Visio, refer to the Labs for Weeks 1 and 2. You created an associative entity in Week 2. c. For any associative entities created, enter necessary fields. You may also need to designate or create a primary key. BUSINESS RULES Business rules help determine the relationships between data that should help you design the relationships between your entities. 1. Each customer can place many orders over time, but each order is placed by only one customer. 2. Each order may include many books, and a book may be included on many orders. 3. Each book may have multiple authors, and each author may have written multiple books. 4. Each book has only one publisher, but a publisher may publish many books. Step 6: Determine and specify the data types a. Using the information below, select the data type for each attribute (field) in your diagram, and set the type in the attribute properties. (Refer
  • 9. to the Week Page 5 of 6 2 Lab if you are not sure how to do this. Where allowed, estimate the field length needed.) As the data types and field lengths are not included in the data requirements, you should make a selection based on your knowledge of the type of data and approximation of length required. The Visio and Access data type equivalents are shown below: Access Visio Number Integer Text Text Memo LongText Date/Time DateTime Currency Currency Yes/No Binary AutoNumber Long Hyperlink No equivalent--use Text Step 7: Modify the Visio Settings to show the Data type and field size in the diagram.
  • 10. a. Change your Visio settings so that these appear on the actual diagram. To do this, go to the Database ribbon, Display Options. In the Display Options dialog box, select the Table tab. You will then change the data types to Show Physical. Click the OK button to apply the new setting. They data types will then appear in your diagram. Note that you may need to move the entities so that they are easily viewed as they are now larger. b. Be sure to save the final version of your file. End of Part A Part B: Create the Access Database from the ERD Preparation Open the Visio file created in Part A of this lab, you will reference this file in Part B. Page 6 of 6 Step 1: Start MS Access and Open a New Blank Database. a. Create a new Blank Database; refer to the Week 2 Lab for more detailed instructions.
  • 11. b. Save the database as YourNameLab3. c. Note: If you are unsure how to complete any steps in this iLab, refer to the previous week's iLabs. Step 2: Create the Tables a. Based on the Visio diagram from Part A, create the tables for your database. b. Enter the field names and the data type. c. Designate the primary keys for each table d. Set the attribute properties as needed for a. Field length b. Required Step 3: Create the relationships a. Open the database relationships window. b. Based on the Visio diagram from Part A, create the relationships for your database. c. Be sure to enforce referential integrity for each relationship. Save your file.
  • 12. End of Part B Lab 3 Final Deliverables a. YourNameLab3.vsd (Visio Diagram)--from Lab 3 Part A b. YourNameLab3.accdb (Access Database)--from Lab 3 Part B Submit these files to the Week 3 iLab Dropbox. END OF LAB