SlideShare a Scribd company logo
1 of 18
- Database Design and Implementation
Products on Sale Database for Kahdea Inc.
1. Project Overview
The activities in this project are designed to provide a better
understanding of how data is organized into a relational
database. A relational database enables management
information systems to support inventory, transactions and
business intelligence capabilities.
Using Microsoft Access 2016, you will create and manage
tables, perform data imports, link tables via relationships,
create queries and finally create reports for executive summary.
A general overview of relational database fundamentals and
Microsoft Access training via Lynda.com is provided in section
11 to enable your success in this project. Please allow enough
time to expose yourself to this material before starting the
project.
2. Company Background
Kahdea Inc. is a small startup company that sells sports
merchandise online. The mission of the company is to
successfully sell and deliver sports products for all. The
company sells products for a wide variety of sports including
football, basketball, baseball, soccer, hockey, and volleyball.
Kahdea is composed of twenty-eight (28) employees who work
in different departments (production, operations, automation,
accounting, human resources, finance, marketing, etc.). During
their probation period, all employees are trained before being
assigned into their positions.
Kahdea is planning to have their annual sale next month. This
sale is an important event for the company because it can
typically generate 31% of Kahdea’s annual revenue. The
company has been planning this sale for some time now, and
wants to make sure all transactions are supported without issue.
Your specific role in the project
You are a new hire at Kahdea. During your training, you are
expected to learn about building and maintaining relational
databases using Microsoft Access. The database you will
support is being used to keep track of Kahdea’s sales during this
period. Although the database has been constructed, the team
needs your assistance inserting data, using forms, creating
queries and reports.
Your first training task requires you to watch the Microsoft
Access training videos on Lynda.com. A series of hyperlinks
for reference information are provided for you at the end of this
project document.
After you become familiar with Microsoft Access, open the
Kahdea.accdb file.
3. Create a Table
Before you begin, the team wants to ensure you understand
table structure. They would like you to create a table for
Employees and populate a few records. The table should include
the field names: EmployeeID(PK), Last Name, First Name,
Phone and Attachments.
· Step 1: Click the “Create” tab on the top ribbon and select
“Table Design”.
· Step 2: Enter the Field Names and Data Type. Include a
Primary Key (EmployeeID) for
the table. Select attachment as the data type for the
Attachments field.
· Step 3: Save the table as “Employee”.
· Step 4: Enter the following records into the table. Create a
personal record by substituting the red text with your
information (enter a fictitious phone number). This record will
be used later in section 9 of this assignment.
EmployeeID
Last Name
First Name
Phone
Attachments
1
Kathleen
Salazar
(909) 869-5438
2
Kim
Stella
(909) 869-2360
3
Leen
Hlahza
(909) 869-5079
4
Mike
Jacob
(909) 648-1010
5
<your first name>
<your last name>
<a phone number>
see section 9
· Step 5: After you enter the records, close the table. The entries
should be saved.
4. Importing Data
In preparation for the sale, the team has gathered information
regarding products’ supplier, and customers that need to be
entered into the system. Since there is a lot of information to
upload, using the forms will not be effective. Microsoft Access
allows for a bulk insert of data.
Populate Customer table with data
For this task you will need the Customer.xlsx file.
· Step 1: Right click on the Customer table (Under All Access
Objects panel) and select
“Import”, choose “Excel”.
· Step 2: In the pop-up window click “Browse” and navigate to
the Customer.xlsx file.
Select the file.
· Step 3: Click “Append copy of the records to the table” and in
the drop-down menu
choose “Customer”, click “OK”.
· Step 4: Click “Next” until the final window. Click “Finish”.
4. Importing Data (continued)
Populate ProductSupplier table with Data
For this task you will need the ProductSupplier.txt file.
· Step 1: Right click on the ProductSupplier table (under All
Access Objects panel) and
select “Import”. Choose “Text File”.
· Step 2: In the pop-up window click “Browse” and navigate to
the ProductSupplier.txt
file, choose the file.
· Step 3: Click “Append copy of the records to the table” and in
the drop-down menu
· choose “ProductSupplier”, click “OK”.
· Step 4: Click “Next” until the final window. Click “Finish”.
Note: For best results, right-mouse click on the
ProductSupplier.txt file then save the file to your desktop to
enable this data import.
5. Create Forms
As a new hire at Kahdea Inc. you are tasked to create forms.
Database administrators can enter the data directly into the
tables. However, your boss feels it would be more efficient to
create a form that coaches users to enter information in the best
order. Create a user entry form to capture suppliers and product
category data.
Create the Supplier Form
Apply the following steps using the Form Wizard to create a
data entry form with tabular layout. Include all fields except
Webpage and Notes.
· Step 1: Click the “Create” tab on the top ribbon and select
“Form Wizard”
· Step 2: In the popup window select the Supplier Table from
the drop-down menu
(Tables/Queries).Select the fields you wish to use and move
them to the
Selected Fields box by clicking the “>” button. Click
“Next”.
· Step 3: Click and select “Tabular”, and click “Next”.
· Step 4: Name the form Populate Supplier, and click “Finish”.
· Step 5: Click the New Record icon.
· Step 6: Populate the form with new entries using the table
given below, once all entries
are entered, save the form. Once finished, close the form.
Field
Input
CompanyName
Iamz Co
Address1
153 9th Street
City
Brea
State
CA
Zip
92821
Country
USA
Phone
7148884565
FaxNumber
6523937595
Create the ProductCategory Form
Apply the following steps using the Form Wizard to create a
data entry form with a columnar layout, to add data into the
ProductCategory table. Include all fields except
ProductCategoryID and Active.
· Step 1: Click the “Create” tab on the top ribbon and select
“Form Wizard”.
· Step 2: In the popup window select the ProductCategory table
from the drop-down
menu (Tables/Queries).Select the fields you wish to use and
move them to the
Selected Fields box by clicking the “>” button. Click “Next”
· Step 3: Click and select “Columnar”, and click “Next”.
· Step 4: Name the form Populate ProductCategory, and click
“Finish”.
· Step 5: Click the New Record icon.
· Step 6: Populate the form with new entries using the table
given below, once all entries
are entered save the form. Once finished close the form.
Field
Input
ProductCategory
Bodybuilding
6. Creating Relationships
Although the tables have been created, some of them are
missing relationships. Without table relationships, inserts,
updates, or deletions in one table, data will not propagate to the
other tables. You will need to create the relationships for all
tables in the database.
Note: All tables have at least one relationship while some have
two.
· Step 1: Click the “Database Tools” tab on the top ribbon and
select “Relationships”.
· Step 2: If a table is not displaying on the screen, click the
“Database Tools” tab on the
top ribbon and select “Show Table”, on the popup
window and click “Add”. After
selecting any missing Tables, click “Close”.
· Step 3: Drag the Primary Key from the first table to the
Foreign Key on the second table.
A new window will appear displaying the joint keys. Check
“Enforce Referential
Integrity”. Click “Create” to create the relationship.
· Step 4: Continue creating relationships for tables that do not
have relationships.
· Step 5: Save all changes and the close the workspace.
7. Create Queries
Kahdea Inc. wants to gather information from the database.
Create the following queries to enable decision making for
inventory and logistics.
MostProductsSold Query
Create a query that displays the Product Code, Product
Description, and number of times the Product was sold. Limit to
the results to products that were sold at least 10 times. Save the
query as MostProductsSold.
CustomerOrders Query
Create a query that displays CustomerID, ShipName, Order ID,
Order Date, Product Code, Product Description, Quantity Sold,
Price, and Total. Limit the results to Orders between 07/06/2017
and 09/07/2017. Save the query as CustomerOrders.
Note: In order to accomplish the Customer Orders query, you
will need to create the “Total” field in your query results by
using the “’Builder” tab. The following reference provides the
method used to create a calculation query in Microsoft Access.
https://www.youtube.com/watch?v=TKHyv1GhdDY
7. Create Queries (continued)
CustomerOrders Query
ProductPrices Query
Create a query that displays the Company Name, Products Code,
Product Description, Purchase Price, and Sale Price. Limit the
query to products where purchase price is greater than sale
price. Save the query as ProductPrices.
· Step 1: Click the “Create” tab on the top ribbon and select
“Query Design”.
· Step 2: In the popup window, select the table you need for the
query and click “Add”.
Once all tables are selected, click the “Close” button.
· Step 3: Select the fields required for the query.
· Step 4: Enter criteria for the query.
· Step 5: Click the “Run” button. Verify the query displays the
correct data.
8. Reports
Your manager is impressed with your database skills and would
like you to prepare the following information for reporting to
the executive team. Your manager is a has high expectations on
the reporting format, so you will need to display this
information in a presentable format.
Create a report to display CustomerOrders. Include CustomerID,
ShipName, Order ID, Order Date, Product Code, Product
Description, Quantity Sold, Price, and Total. Include the title
“Customer Report” in the page header. Include the run date,
page number and total pages in the page footer. Save the report.
· Step 1: Click the “Create” tab on the top ribbon and select
“Report Wizard” on the far
right.
· Step 2: In the popup window, select the query from the drop-
down menu
(Tables/Queries).Select the fields you wish to use and move
them to the
Selected Fields box by clicking the “>” button. Click
“Next”.
· Step 3: Select the fields to group by. This is optional and is
not always required. Click
“Next”.
· Step 4: Select the “sort order” of the report. Click “Next”.
· Step 5: Select the Format of the report and landscape
orientation. Click “Next”.
· Step 6: Enter the name for the report. Click “Finish” and the
report will display as a print
preview.
Note: In order to accomplish the Customer Report, you will
need to use custom configuration via Design View. The
following reference provides the method used to create this
report.
https://youtu.be/T-HgfywQ2Y4 Runtime: 28:14
9. Project Assessment
Your manager is impressed with your performance supporting
this information system and wants to measure your competency
in the scope of your assignment. She has asked for your
assessment of the following.
· What are the major advantages of DBMS software applications
such as Microsoft Access?
· What are the components of a relational database table
(entity)?
· What are the benefits of using queries (views) in management
information systems?
· Describe one lesson learned in your efforts to complete this
project assignment
· Step 1: Provide a comprehensive summary statement in
paragraph form using Microsoft Word and name the file CIS
3100 Response <First Name Last Name> (Enter your first name
and last name).
· Step 2: Upload your Microsoft Word file to the Employee
table, attachment field of your personal record created in
section 3 of this assignment.
10. Project Deliverables
Upload your Microsoft Access file to Blackboard, including
your project assessment uploaded to your personal record
(created in section 3 of this assignment) according to the
specific instructions provided by your instructor.
11. Microsoft Access Training Videos
Use the following references to brief yourself on Microsoft
Access and supporting activities to succeed in this project and
any future work with relational databases. It is not necessary to
navigate completely through each course for this assignment.
The additional three learning series are provided to further
enable your success in this project. You should be able to find
a section within this reference to support any questions you may
have.
Learning Relational Databases
https://www.lynda.com/Access-tutorials/Learning-Relational-
Databases/604214-
2.html?srchtrk=index%3a33%0alinktypeid%3a2%0aq%3aMicros
oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a
true%0aproducttypeid%3a2
· Relational Structures
· Breaking Data Down Into Its Components
· Understanding Entities and Table
· Develop Relationships
· Develop Subtypes and Supertypes
· Following a Naming Convention
· Creating Tables in Access
· Establish Relationships in Access
· Write Queries in Access
Access 2016 Essential Training
https://www.lynda.com/Access-tutorials/Access-2016-Essential-
Training/367064-
2.html?srchtrk=index%3a8%0alinktypeid%3a2%0aq%3aMicroso
ft+Access+training%0apage%3a1%0as%3arelevance%0asa%3atr
ue%0aproducttypeid%3a2
Access 2016 Queries
https://www.lynda.com/Access-tutorials/Access-2016-
Queries/455726-
2.html?srchtrk=index%3a18%0alinktypeid%3a2%0aq%3aMicros
oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a
true%0aproducttypeid%3a2
Access 2016 Forms and Reports
https://www.lynda.com/Access-tutorials/Access-2016-Forms-
Reports/455727-
2.html?srchtrk=index%3a17%0alinktypeid%3a2%0aq%3aMicros
oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a
true%0aproducttypeid%3a2
- Database Design and Implementation
7
Sheet1LastNameFirstNameAddress1Address2CityStateZIPCount
ryPhoneEmailNotesLahzaHaneen654 W
StreetClaremontCA91784USA2563252145SkywalkerLuke321 G
StreetBostonCA91768USA5624541234LahzaYasmeen987 G
StreetRancho CA97412USA3216549874ViHu542 N Street
Upland CA91874USA9093256655
CIS 3100 - Database Design and Implementation
Scoring Rubric
Criteria
Points Possible
Points Earned
A. Employee Table
1. Table & data types created correctly
2. Records / attributes populated correctly
(5)
(5)
10
B. Import Data
1. Customer data imported correctly
2. Product Supplier data imported correctly
(5)
(5)
10
C. Forms
1. Supplier form is functional
2. Product Category form is functional
(5)
(5)
10
D. Relationships
1. Relationships are properly configured
(20)
20
E. Queries
1. MostProductsSold query is functional
2. CustomerOrders query is functional
3. ProductPrices query is functional
(10)
(10)
(10)
30
F. Report
1. Report meets management expectations
(10)
10
G. Assessment
1. Assessment meets management expectations
2. Assessment embedded in personal record
(5)
(5)
10
Total
100
- Database Design and ImplementationProducts on Sale Database fo.docx

More Related Content

Similar to - Database Design and ImplementationProducts on Sale Database fo.docx

HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.pptsatgup78
 
Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...Aeric Poon
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1jigeno
 
SharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - AtidanSharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - AtidanDavid J Rosenthal
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-iiAmit Sharma
 
Informatica complex transformation i
Informatica complex transformation iInformatica complex transformation i
Informatica complex transformation iAmit Sharma
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
CS1100 Access Lab 1 Creating and Querying Database.docx
CS1100 Access Lab 1  Creating and Querying Database.docxCS1100 Access Lab 1  Creating and Querying Database.docx
CS1100 Access Lab 1 Creating and Querying Database.docxfaithxdunce63732
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notesart02
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Building your first power apps from scratch a step by step walkthrough
Building your first power apps from scratch   a step by step walkthroughBuilding your first power apps from scratch   a step by step walkthrough
Building your first power apps from scratch a step by step walkthroughSanjiv Venkatram
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptJoshCasas1
 
Bm access2010-l1-c1 idm
Bm access2010-l1-c1 idmBm access2010-l1-c1 idm
Bm access2010-l1-c1 idmMomsterc1
 
Page 1 of 11 A. Lab # BSBA BIS245A-5B B.docx
  Page 1 of 11     A. Lab #  BSBA BIS245A-5B  B.docx  Page 1 of 11     A. Lab #  BSBA BIS245A-5B  B.docx
Page 1 of 11 A. Lab # BSBA BIS245A-5B B.docxjoyjonna282
 

Similar to - Database Design and ImplementationProducts on Sale Database fo.docx (20)

HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1
 
06.ms acess
06.ms acess06.ms acess
06.ms acess
 
SharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - AtidanSharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - Atidan
 
Mca 504 dotnet_unit5
Mca 504 dotnet_unit5Mca 504 dotnet_unit5
Mca 504 dotnet_unit5
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-ii
 
Informatica complex transformation i
Informatica complex transformation iInformatica complex transformation i
Informatica complex transformation i
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Oracle Forms
Oracle FormsOracle Forms
Oracle Forms
 
oracle-forms
oracle-formsoracle-forms
oracle-forms
 
CS1100 Access Lab 1 Creating and Querying Database.docx
CS1100 Access Lab 1  Creating and Querying Database.docxCS1100 Access Lab 1  Creating and Querying Database.docx
CS1100 Access Lab 1 Creating and Querying Database.docx
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notes
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Building your first power apps from scratch a step by step walkthrough
Building your first power apps from scratch   a step by step walkthroughBuilding your first power apps from scratch   a step by step walkthrough
Building your first power apps from scratch a step by step walkthrough
 
Access4
Access4Access4
Access4
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.ppt
 
Bm access2010-l1-c1 idm
Bm access2010-l1-c1 idmBm access2010-l1-c1 idm
Bm access2010-l1-c1 idm
 
Page 1 of 11 A. Lab # BSBA BIS245A-5B B.docx
  Page 1 of 11     A. Lab #  BSBA BIS245A-5B  B.docx  Page 1 of 11     A. Lab #  BSBA BIS245A-5B  B.docx
Page 1 of 11 A. Lab # BSBA BIS245A-5B B.docx
 
Access 2007
Access 2007Access 2007
Access 2007
 

More from gertrudebellgrove

-I am unable to accept emailed exams or late exams. No exception.docx
-I am unable to accept emailed exams or late exams. No exception.docx-I am unable to accept emailed exams or late exams. No exception.docx
-I am unable to accept emailed exams or late exams. No exception.docxgertrudebellgrove
 
-delineate characteristics, prevalence of  exceptionality-evalua.docx
-delineate characteristics, prevalence of  exceptionality-evalua.docx-delineate characteristics, prevalence of  exceptionality-evalua.docx
-delineate characteristics, prevalence of  exceptionality-evalua.docxgertrudebellgrove
 
-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx
-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx
-1st play name is READY STEADY YETI GO-2nd play name is INTO .docxgertrudebellgrove
 
-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx
-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx
-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docxgertrudebellgrove
 
- write one 5-7 page paper about All forms of Euthanasia are moral..docx
- write one 5-7 page paper about All forms of Euthanasia are moral..docx- write one 5-7 page paper about All forms of Euthanasia are moral..docx
- write one 5-7 page paper about All forms of Euthanasia are moral..docxgertrudebellgrove
 
-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx
-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx
-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docxgertrudebellgrove
 
. 1. Rutter and Sroufe identified _____________ as one of three impo.docx
. 1. Rutter and Sroufe identified _____________ as one of three impo.docx. 1. Rutter and Sroufe identified _____________ as one of three impo.docx
. 1. Rutter and Sroufe identified _____________ as one of three impo.docxgertrudebellgrove
 
-Prior to the Civil War, how did the (dominant) discourse over the U.docx
-Prior to the Civil War, how did the (dominant) discourse over the U.docx-Prior to the Civil War, how did the (dominant) discourse over the U.docx
-Prior to the Civil War, how did the (dominant) discourse over the U.docxgertrudebellgrove
 
- Using the definition Awareness of sensation and perception to ex.docx
- Using the definition Awareness of sensation and perception to ex.docx- Using the definition Awareness of sensation and perception to ex.docx
- Using the definition Awareness of sensation and perception to ex.docxgertrudebellgrove
 
- should include an introduction to the environmental issue and its .docx
- should include an introduction to the environmental issue and its .docx- should include an introduction to the environmental issue and its .docx
- should include an introduction to the environmental issue and its .docxgertrudebellgrove
 
- FIRST EXAM SPRING 20201. Describe how the view of operations.docx
- FIRST EXAM SPRING 20201. Describe how the view of operations.docx- FIRST EXAM SPRING 20201. Describe how the view of operations.docx
- FIRST EXAM SPRING 20201. Describe how the view of operations.docxgertrudebellgrove
 
- Considering the concepts, examples and learning from the v.docx
- Considering the concepts, examples and learning from the v.docx- Considering the concepts, examples and learning from the v.docx
- Considering the concepts, examples and learning from the v.docxgertrudebellgrove
 
- Discuss why a computer incident response team (CIRT) plan is neede.docx
- Discuss why a computer incident response team (CIRT) plan is neede.docx- Discuss why a computer incident response team (CIRT) plan is neede.docx
- Discuss why a computer incident response team (CIRT) plan is neede.docxgertrudebellgrove
 
- Discuss why a computer incident response team (CIRT) plan is n.docx
- Discuss why a computer incident response team (CIRT) plan is n.docx- Discuss why a computer incident response team (CIRT) plan is n.docx
- Discuss why a computer incident response team (CIRT) plan is n.docxgertrudebellgrove
 
- 2 -Section CPlease write your essay in the blue book.docx
- 2 -Section CPlease write your essay in the blue book.docx- 2 -Section CPlease write your essay in the blue book.docx
- 2 -Section CPlease write your essay in the blue book.docxgertrudebellgrove
 
- Confidence intervals for a population mean, standard deviation kno.docx
- Confidence intervals for a population mean, standard deviation kno.docx- Confidence intervals for a population mean, standard deviation kno.docx
- Confidence intervals for a population mean, standard deviation kno.docxgertrudebellgrove
 
) Create a new thread. As indicated above, select  two tools describ.docx
) Create a new thread. As indicated above, select  two tools describ.docx) Create a new thread. As indicated above, select  two tools describ.docx
) Create a new thread. As indicated above, select  two tools describ.docxgertrudebellgrove
 
(Write 3 to 4 sentences per question)  1. Describe one way y.docx
(Write 3 to 4 sentences per question)  1. Describe one way y.docx(Write 3 to 4 sentences per question)  1. Describe one way y.docx
(Write 3 to 4 sentences per question)  1. Describe one way y.docxgertrudebellgrove
 
( America and Venezuela) this is a ppt. groups assignment. Below is .docx
( America and Venezuela) this is a ppt. groups assignment. Below is .docx( America and Venezuela) this is a ppt. groups assignment. Below is .docx
( America and Venezuela) this is a ppt. groups assignment. Below is .docxgertrudebellgrove
 
++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx
++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx
++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docxgertrudebellgrove
 

More from gertrudebellgrove (20)

-I am unable to accept emailed exams or late exams. No exception.docx
-I am unable to accept emailed exams or late exams. No exception.docx-I am unable to accept emailed exams or late exams. No exception.docx
-I am unable to accept emailed exams or late exams. No exception.docx
 
-delineate characteristics, prevalence of  exceptionality-evalua.docx
-delineate characteristics, prevalence of  exceptionality-evalua.docx-delineate characteristics, prevalence of  exceptionality-evalua.docx
-delineate characteristics, prevalence of  exceptionality-evalua.docx
 
-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx
-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx
-1st play name is READY STEADY YETI GO-2nd play name is INTO .docx
 
-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx
-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx
-6th-Edition-Template-without-Abstract.dotWhat are Heuristics .docx
 
- write one 5-7 page paper about All forms of Euthanasia are moral..docx
- write one 5-7 page paper about All forms of Euthanasia are moral..docx- write one 5-7 page paper about All forms of Euthanasia are moral..docx
- write one 5-7 page paper about All forms of Euthanasia are moral..docx
 
-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx
-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx
-1st Play name is BERNHARDTHAMLET -2nd Play name is READY ST.docx
 
. 1. Rutter and Sroufe identified _____________ as one of three impo.docx
. 1. Rutter and Sroufe identified _____________ as one of three impo.docx. 1. Rutter and Sroufe identified _____________ as one of three impo.docx
. 1. Rutter and Sroufe identified _____________ as one of three impo.docx
 
-Prior to the Civil War, how did the (dominant) discourse over the U.docx
-Prior to the Civil War, how did the (dominant) discourse over the U.docx-Prior to the Civil War, how did the (dominant) discourse over the U.docx
-Prior to the Civil War, how did the (dominant) discourse over the U.docx
 
- Using the definition Awareness of sensation and perception to ex.docx
- Using the definition Awareness of sensation and perception to ex.docx- Using the definition Awareness of sensation and perception to ex.docx
- Using the definition Awareness of sensation and perception to ex.docx
 
- should include an introduction to the environmental issue and its .docx
- should include an introduction to the environmental issue and its .docx- should include an introduction to the environmental issue and its .docx
- should include an introduction to the environmental issue and its .docx
 
- FIRST EXAM SPRING 20201. Describe how the view of operations.docx
- FIRST EXAM SPRING 20201. Describe how the view of operations.docx- FIRST EXAM SPRING 20201. Describe how the view of operations.docx
- FIRST EXAM SPRING 20201. Describe how the view of operations.docx
 
- Considering the concepts, examples and learning from the v.docx
- Considering the concepts, examples and learning from the v.docx- Considering the concepts, examples and learning from the v.docx
- Considering the concepts, examples and learning from the v.docx
 
- Discuss why a computer incident response team (CIRT) plan is neede.docx
- Discuss why a computer incident response team (CIRT) plan is neede.docx- Discuss why a computer incident response team (CIRT) plan is neede.docx
- Discuss why a computer incident response team (CIRT) plan is neede.docx
 
- Discuss why a computer incident response team (CIRT) plan is n.docx
- Discuss why a computer incident response team (CIRT) plan is n.docx- Discuss why a computer incident response team (CIRT) plan is n.docx
- Discuss why a computer incident response team (CIRT) plan is n.docx
 
- 2 -Section CPlease write your essay in the blue book.docx
- 2 -Section CPlease write your essay in the blue book.docx- 2 -Section CPlease write your essay in the blue book.docx
- 2 -Section CPlease write your essay in the blue book.docx
 
- Confidence intervals for a population mean, standard deviation kno.docx
- Confidence intervals for a population mean, standard deviation kno.docx- Confidence intervals for a population mean, standard deviation kno.docx
- Confidence intervals for a population mean, standard deviation kno.docx
 
) Create a new thread. As indicated above, select  two tools describ.docx
) Create a new thread. As indicated above, select  two tools describ.docx) Create a new thread. As indicated above, select  two tools describ.docx
) Create a new thread. As indicated above, select  two tools describ.docx
 
(Write 3 to 4 sentences per question)  1. Describe one way y.docx
(Write 3 to 4 sentences per question)  1. Describe one way y.docx(Write 3 to 4 sentences per question)  1. Describe one way y.docx
(Write 3 to 4 sentences per question)  1. Describe one way y.docx
 
( America and Venezuela) this is a ppt. groups assignment. Below is .docx
( America and Venezuela) this is a ppt. groups assignment. Below is .docx( America and Venezuela) this is a ppt. groups assignment. Below is .docx
( America and Venezuela) this is a ppt. groups assignment. Below is .docx
 
++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx
++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx
++ 2 PAGES++Topic Make a bill to legalize all felon has the rig.docx
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 

- Database Design and ImplementationProducts on Sale Database fo.docx

  • 1. - Database Design and Implementation Products on Sale Database for Kahdea Inc. 1. Project Overview The activities in this project are designed to provide a better understanding of how data is organized into a relational database. A relational database enables management information systems to support inventory, transactions and business intelligence capabilities. Using Microsoft Access 2016, you will create and manage tables, perform data imports, link tables via relationships, create queries and finally create reports for executive summary. A general overview of relational database fundamentals and Microsoft Access training via Lynda.com is provided in section 11 to enable your success in this project. Please allow enough time to expose yourself to this material before starting the project. 2. Company Background Kahdea Inc. is a small startup company that sells sports merchandise online. The mission of the company is to successfully sell and deliver sports products for all. The company sells products for a wide variety of sports including football, basketball, baseball, soccer, hockey, and volleyball. Kahdea is composed of twenty-eight (28) employees who work
  • 2. in different departments (production, operations, automation, accounting, human resources, finance, marketing, etc.). During their probation period, all employees are trained before being assigned into their positions. Kahdea is planning to have their annual sale next month. This sale is an important event for the company because it can typically generate 31% of Kahdea’s annual revenue. The company has been planning this sale for some time now, and wants to make sure all transactions are supported without issue. Your specific role in the project You are a new hire at Kahdea. During your training, you are expected to learn about building and maintaining relational databases using Microsoft Access. The database you will support is being used to keep track of Kahdea’s sales during this period. Although the database has been constructed, the team needs your assistance inserting data, using forms, creating queries and reports. Your first training task requires you to watch the Microsoft Access training videos on Lynda.com. A series of hyperlinks for reference information are provided for you at the end of this project document. After you become familiar with Microsoft Access, open the Kahdea.accdb file. 3. Create a Table Before you begin, the team wants to ensure you understand table structure. They would like you to create a table for Employees and populate a few records. The table should include the field names: EmployeeID(PK), Last Name, First Name,
  • 3. Phone and Attachments. · Step 1: Click the “Create” tab on the top ribbon and select “Table Design”. · Step 2: Enter the Field Names and Data Type. Include a Primary Key (EmployeeID) for the table. Select attachment as the data type for the Attachments field. · Step 3: Save the table as “Employee”. · Step 4: Enter the following records into the table. Create a personal record by substituting the red text with your information (enter a fictitious phone number). This record will be used later in section 9 of this assignment. EmployeeID Last Name First Name Phone Attachments 1 Kathleen Salazar (909) 869-5438 2 Kim Stella (909) 869-2360 3 Leen Hlahza (909) 869-5079 4 Mike Jacob (909) 648-1010
  • 4. 5 <your first name> <your last name> <a phone number> see section 9 · Step 5: After you enter the records, close the table. The entries should be saved. 4. Importing Data In preparation for the sale, the team has gathered information regarding products’ supplier, and customers that need to be entered into the system. Since there is a lot of information to upload, using the forms will not be effective. Microsoft Access allows for a bulk insert of data. Populate Customer table with data For this task you will need the Customer.xlsx file. · Step 1: Right click on the Customer table (Under All Access Objects panel) and select “Import”, choose “Excel”.
  • 5. · Step 2: In the pop-up window click “Browse” and navigate to the Customer.xlsx file. Select the file. · Step 3: Click “Append copy of the records to the table” and in the drop-down menu choose “Customer”, click “OK”. · Step 4: Click “Next” until the final window. Click “Finish”. 4. Importing Data (continued) Populate ProductSupplier table with Data For this task you will need the ProductSupplier.txt file. · Step 1: Right click on the ProductSupplier table (under All Access Objects panel) and select “Import”. Choose “Text File”. · Step 2: In the pop-up window click “Browse” and navigate to the ProductSupplier.txt file, choose the file. · Step 3: Click “Append copy of the records to the table” and in the drop-down menu · choose “ProductSupplier”, click “OK”.
  • 6. · Step 4: Click “Next” until the final window. Click “Finish”. Note: For best results, right-mouse click on the ProductSupplier.txt file then save the file to your desktop to enable this data import. 5. Create Forms As a new hire at Kahdea Inc. you are tasked to create forms. Database administrators can enter the data directly into the tables. However, your boss feels it would be more efficient to create a form that coaches users to enter information in the best order. Create a user entry form to capture suppliers and product category data. Create the Supplier Form Apply the following steps using the Form Wizard to create a data entry form with tabular layout. Include all fields except Webpage and Notes. · Step 1: Click the “Create” tab on the top ribbon and select “Form Wizard” · Step 2: In the popup window select the Supplier Table from the drop-down menu (Tables/Queries).Select the fields you wish to use and move them to the
  • 7. Selected Fields box by clicking the “>” button. Click “Next”. · Step 3: Click and select “Tabular”, and click “Next”. · Step 4: Name the form Populate Supplier, and click “Finish”. · Step 5: Click the New Record icon. · Step 6: Populate the form with new entries using the table given below, once all entries are entered, save the form. Once finished, close the form. Field Input CompanyName Iamz Co Address1 153 9th Street City Brea State CA Zip 92821 Country USA Phone 7148884565 FaxNumber 6523937595 Create the ProductCategory Form Apply the following steps using the Form Wizard to create a data entry form with a columnar layout, to add data into the ProductCategory table. Include all fields except ProductCategoryID and Active. · Step 1: Click the “Create” tab on the top ribbon and select
  • 8. “Form Wizard”. · Step 2: In the popup window select the ProductCategory table from the drop-down menu (Tables/Queries).Select the fields you wish to use and move them to the Selected Fields box by clicking the “>” button. Click “Next” · Step 3: Click and select “Columnar”, and click “Next”. · Step 4: Name the form Populate ProductCategory, and click “Finish”. · Step 5: Click the New Record icon. · Step 6: Populate the form with new entries using the table given below, once all entries are entered save the form. Once finished close the form. Field Input ProductCategory Bodybuilding 6. Creating Relationships Although the tables have been created, some of them are missing relationships. Without table relationships, inserts, updates, or deletions in one table, data will not propagate to the other tables. You will need to create the relationships for all tables in the database. Note: All tables have at least one relationship while some have two. · Step 1: Click the “Database Tools” tab on the top ribbon and select “Relationships”. · Step 2: If a table is not displaying on the screen, click the “Database Tools” tab on the top ribbon and select “Show Table”, on the popup window and click “Add”. After selecting any missing Tables, click “Close”. · Step 3: Drag the Primary Key from the first table to the Foreign Key on the second table. A new window will appear displaying the joint keys. Check “Enforce Referential
  • 9. Integrity”. Click “Create” to create the relationship. · Step 4: Continue creating relationships for tables that do not have relationships. · Step 5: Save all changes and the close the workspace. 7. Create Queries Kahdea Inc. wants to gather information from the database. Create the following queries to enable decision making for inventory and logistics. MostProductsSold Query Create a query that displays the Product Code, Product Description, and number of times the Product was sold. Limit to the results to products that were sold at least 10 times. Save the query as MostProductsSold. CustomerOrders Query Create a query that displays CustomerID, ShipName, Order ID, Order Date, Product Code, Product Description, Quantity Sold, Price, and Total. Limit the results to Orders between 07/06/2017 and 09/07/2017. Save the query as CustomerOrders. Note: In order to accomplish the Customer Orders query, you will need to create the “Total” field in your query results by using the “’Builder” tab. The following reference provides the method used to create a calculation query in Microsoft Access. https://www.youtube.com/watch?v=TKHyv1GhdDY
  • 10. 7. Create Queries (continued) CustomerOrders Query ProductPrices Query Create a query that displays the Company Name, Products Code, Product Description, Purchase Price, and Sale Price. Limit the query to products where purchase price is greater than sale price. Save the query as ProductPrices. · Step 1: Click the “Create” tab on the top ribbon and select “Query Design”. · Step 2: In the popup window, select the table you need for the query and click “Add”. Once all tables are selected, click the “Close” button. · Step 3: Select the fields required for the query. · Step 4: Enter criteria for the query. · Step 5: Click the “Run” button. Verify the query displays the correct data.
  • 11. 8. Reports Your manager is impressed with your database skills and would like you to prepare the following information for reporting to the executive team. Your manager is a has high expectations on the reporting format, so you will need to display this information in a presentable format. Create a report to display CustomerOrders. Include CustomerID, ShipName, Order ID, Order Date, Product Code, Product Description, Quantity Sold, Price, and Total. Include the title “Customer Report” in the page header. Include the run date, page number and total pages in the page footer. Save the report. · Step 1: Click the “Create” tab on the top ribbon and select “Report Wizard” on the far right. · Step 2: In the popup window, select the query from the drop- down menu (Tables/Queries).Select the fields you wish to use and move them to the Selected Fields box by clicking the “>” button. Click
  • 12. “Next”. · Step 3: Select the fields to group by. This is optional and is not always required. Click “Next”. · Step 4: Select the “sort order” of the report. Click “Next”. · Step 5: Select the Format of the report and landscape orientation. Click “Next”. · Step 6: Enter the name for the report. Click “Finish” and the report will display as a print preview. Note: In order to accomplish the Customer Report, you will need to use custom configuration via Design View. The following reference provides the method used to create this report. https://youtu.be/T-HgfywQ2Y4 Runtime: 28:14 9. Project Assessment Your manager is impressed with your performance supporting this information system and wants to measure your competency in the scope of your assignment. She has asked for your assessment of the following. · What are the major advantages of DBMS software applications
  • 13. such as Microsoft Access? · What are the components of a relational database table (entity)? · What are the benefits of using queries (views) in management information systems? · Describe one lesson learned in your efforts to complete this project assignment · Step 1: Provide a comprehensive summary statement in paragraph form using Microsoft Word and name the file CIS 3100 Response <First Name Last Name> (Enter your first name and last name). · Step 2: Upload your Microsoft Word file to the Employee table, attachment field of your personal record created in section 3 of this assignment. 10. Project Deliverables Upload your Microsoft Access file to Blackboard, including your project assessment uploaded to your personal record (created in section 3 of this assignment) according to the specific instructions provided by your instructor. 11. Microsoft Access Training Videos Use the following references to brief yourself on Microsoft Access and supporting activities to succeed in this project and any future work with relational databases. It is not necessary to navigate completely through each course for this assignment. The additional three learning series are provided to further enable your success in this project. You should be able to find a section within this reference to support any questions you may
  • 14. have. Learning Relational Databases https://www.lynda.com/Access-tutorials/Learning-Relational- Databases/604214- 2.html?srchtrk=index%3a33%0alinktypeid%3a2%0aq%3aMicros oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a true%0aproducttypeid%3a2 · Relational Structures · Breaking Data Down Into Its Components · Understanding Entities and Table · Develop Relationships · Develop Subtypes and Supertypes · Following a Naming Convention · Creating Tables in Access · Establish Relationships in Access · Write Queries in Access Access 2016 Essential Training https://www.lynda.com/Access-tutorials/Access-2016-Essential- Training/367064- 2.html?srchtrk=index%3a8%0alinktypeid%3a2%0aq%3aMicroso ft+Access+training%0apage%3a1%0as%3arelevance%0asa%3atr ue%0aproducttypeid%3a2 Access 2016 Queries https://www.lynda.com/Access-tutorials/Access-2016- Queries/455726- 2.html?srchtrk=index%3a18%0alinktypeid%3a2%0aq%3aMicros
  • 15. oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a true%0aproducttypeid%3a2 Access 2016 Forms and Reports https://www.lynda.com/Access-tutorials/Access-2016-Forms- Reports/455727- 2.html?srchtrk=index%3a17%0alinktypeid%3a2%0aq%3aMicros oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a true%0aproducttypeid%3a2 - Database Design and Implementation 7 Sheet1LastNameFirstNameAddress1Address2CityStateZIPCount ryPhoneEmailNotesLahzaHaneen654 W StreetClaremontCA91784USA2563252145SkywalkerLuke321 G StreetBostonCA91768USA5624541234LahzaYasmeen987 G StreetRancho CA97412USA3216549874ViHu542 N Street Upland CA91874USA9093256655 CIS 3100 - Database Design and Implementation Scoring Rubric Criteria Points Possible Points Earned A. Employee Table 1. Table & data types created correctly 2. Records / attributes populated correctly
  • 16. (5) (5) 10 B. Import Data 1. Customer data imported correctly 2. Product Supplier data imported correctly (5) (5) 10 C. Forms 1. Supplier form is functional 2. Product Category form is functional (5) (5) 10 D. Relationships 1. Relationships are properly configured (20) 20 E. Queries 1. MostProductsSold query is functional 2. CustomerOrders query is functional 3. ProductPrices query is functional
  • 17. (10) (10) (10) 30 F. Report 1. Report meets management expectations (10) 10 G. Assessment 1. Assessment meets management expectations 2. Assessment embedded in personal record (5) (5) 10 Total 100