SlideShare a Scribd company logo
1 of 14
Lamar University - MISY 3310
Access Project
Premiere Products – Data Management
Premiere Products is a distributor of appliances, house wares,
and sporting goods. Since its inception, the company has used
spreadsheet software to maintain customer, order, inventory,
and sales representative data. Redundancy and difficulty in
accessing related data are the major problems that employees at
Premiere Products encounter with the spreadsheets. The
company’s business activities have grown significantly in the
recent years and it is no longer feasible to use spreadsheets to
maintain its data.
The management of Premiere Products has determined that
Premiere Products must maintain, in a new database, the
following information about its sales representatives,
customers, parts inventory, and suppliers:
· Premiere Products must store the sales rep number that
uniquely identifies a representative. In addition, it has to store
the sales rep last name, first name, address, total commission,
and commission rate.
· The company must store the customer number, which uniquely
identifies a customer, customer name, address, current balance,
and credit limit for each customer, as well as the number of
sales representative who represents the customer.
· The company must store the part number, description, number
of units on hand, item type, number of the warehouse where the
item is stored, and unit price for each part in inventory.
· Premiere Products must store information about the suppliers
who supply parts. The supplier is uniquely identified by
supplier number. In addition, a supplier has a name, address,
city, contact name and telephone number.
Premiere Products must also store information about orders.
The orders have three components: The heading (top) of the
order contains the order number and the date; the customer’s
number, name, and address; and the sales rep number and name.
The body of the order contains one or more order lines,
sometimes called line items. Each order line contains a part
number, a part description, the number of units of the part
ordered, and the quoted price for the part. Each order line also
contains a total, usually called an extension, which is the result
of multiplying the number ordered by the quoted price. Finally,
the footing (bottom) of the order contains the order total.
Premiere Products must also store the following items for each
customer’s order:
· For each order, they must store the order number, the date the
order was placed, and the number of the customer that placed
the order. The customer’s name and address and the number of
the sales rep who represents the customer are stored with the
customer information. The name of the sales rep is stored with
the sales rep information.
· For each order line, the database must store the order number,
the part number, the number of units ordered, and the quoted
price. Remember that the part description is stored with the
information about parts. The result of multiplying the number
of units ordered by the quoted price is not stored because the
computer can calculate it when necessary.
· The overall order total is not stored. Instead, the computer
calculates the total whenever an order is printed or displayed on
the screen.
In order to set up its data base, Premiere Products has made the
following assumptions:
· Each representative is related to the many (or at least one)
customers that he or she represents, and each customer is
related to the one rep who represents the customer. Note that
there is always one rep for each customer.
· A customer may place many orders or may not place any. On
the other hand, an order is placed by only one customer.
· A part can be associated with many orders or may not be
associated to any order. But an order has to have at least one
part related to it.
· A part is supplied by one or many suppliers. A supplier
supplies one or many parts.
Premiere Products engaged a database consultant to design the
database tables that are necessary for the management of the
company’s data. The consultant recommended that the database
of Premiere Products must have the following seven tables:
· CUSTOMER
· ORDERS
· SALES_REP
· PART
· ORDERLINE
· SUPPLIER
· PART_SUPPLIER
Figure 1 shows the tables together with their contents (i.e.
data).
Tasks and Deliverables:
1. Create each table (shown in figure 1) in a MS ACCESS
database. Define the primary key of each table. Select
appropriate data types for each column. You should also define
the necessary constraints (such as, range, default value) for the
columns.
2. Please define the necessary relationships between the tables.
3. Insert the data (shown in figure 1) into the tables.
4. Submit the database through Blackboard.
6
Figure 1 - Premiere Products Database Tables
Customer Table {add 5 additional customers – make up their
information, but have them all in Florida}
CustomerNum
CustomerName
Street
City
State
Zip
Balance
CreditLimit
RepNum
148
Als Appliance and Sport
2837 Greenway
Fillmore
FL
33336
$6,550.00
$7,500.00
20
282
Brookings Shop Direct
3827 Devon
Grove
FL
33321
$431.50
$10,000.00
35
356
Fergusons
382 Wildwood
Northfield
FL
33146
$5,785.00
$7,500.00
65
408
The Everything Shop
1828 Raven
Crystal
FL
33503
$5,285.25
$5,000.00
35
462
Shop Bargains Galore
3829 Central
Grove
FL
33321
$3,412.00
$10,000.00
65
Order Table {add 4 additional orders – make up the
information, but have them all in 2014}
OrderNum
OrderDate
CustomerNum
21608
01/20/2014
148
21610
01/25/2014
356
21613
02/21/2014
408
21614
02/10/2014
282
Sales_Rep Table {add yourself as a sales rep – list your state as
Florida}
RepNum
LastName
FirstName
Street
City
State
Zip
Commission
Rate
20
Kaiser
Valerie
624 Randall
Grove
FL
33321
$20,542.50
0.05
35
Hull
Richard
532 Jackson
Sheldon
FL
33553
$39,216.00
0.07
65
Perez
Juan
1626 Taylor
Fillmore
FL
33336
$23,487.00
0.05
Part Table
PartNum
Description
OnHand
Class
Warehouse
Price
AT94
Iron
50
HW
3
$24.95
BV06
Home Gym
45
SG
2
$794.95
CD52
Microwave Oven
32
AP
1
$165.00
DL71
Cordless Drill
21
HW
3
$129.95
DR93
Gas Range
8
AP
2
$495.00
DW11
Washer
12
AP
3
$399.99
FD21
Stand Mixer
22
HW
3
$159.95
KL62
Dryer
12
AP
1
$349.95
KT03
Dishwasher
8
AP
3
$595.00
KV29
Treadmill
9
SG
2
$1,390.00
Orderline Table
Part_Supplier Table
OrderNum
PartNum
NumOrdered
QuotedPrice
21608
AT94
11
$21.95
21610
DR93
1
$495.00
21610
DW11
1
$399.99
21613
KL62
4
$329.95
21614
KT03
2
$595.00
21617
BV06
2
$794.95
21617
CD52
4
$150.00
21619
DR93
1
$495.00
21623
KV29
2
$1,290.00
Part_No
Sup_No
CD52
1234
AT94
1234
BV06
3456
FD21
2468
AT94
1010
CD52
3456
FD21
1010
Supplier Table {add two additional Suppliers}
Sup_No
Sup_Name
Sup_Address
City
Contact_ Name
Phone
1234
Katsuko Ishizuki
999 E. Park
Carbondale
Charles Brown
(618) 549-9999
1010
Mary Gordon
2010 S. Division
Marion
John Smith
2468
Phillip Johnson
1212 E. Main
Chester
Ana Keller
(618) 587-9898
3456
Jennifer Curtis
1500 Pearl
Vienna
Donna Lewis
(618) 833-7898
Forms, Queries, and Reports
Use the database that you created and work on the following
tasks:Forms:
1. Create a split form for the Supplier table. Save the form as
‘Assign3_Form1.’Queries:
1. List the customer name and credit limit as "Credit Limit
Amount" of all customers who have the string 'Shop' in any part
of their name. Save the query as ‘Assign3_Query1.’
2. Give the part number, description, and on-hand value
(OnHand*Price) for each part in item class ‘AP’. Save the
query as ‘Assign3_Query2.’
3. List the total and average balances of customers in different
cities (i.e. Fillmore, Grove etc.). List the results in ascending
order by City. Save the query as ‘Assign3_Query3.’
4. List the part number, description, class, and price of the parts
that are supplied by a supplier from ‘Carbondale.’ Save the
query as ‘Assign3_Query4.’
Reports:
1. Create a report for the customers whose balance is greater
than $ 3,000.00. List CustomerNum, CustomerName, Street,
City, State, Zip, and balance of these customers in the report.
Sort the list in the descending order of balance. Choose
appropriate column headings and report styles. The title of the
report should be “Customer with Balances.” Save the report as
‘Assign3Report1.’
Save the form, the queries, and the report in the database and
submit the updated database through Blackboard.
Lamar University - MISY 3310 Access ProjectPremiere Products.docx

More Related Content

Similar to Lamar University - MISY 3310 Access ProjectPremiere Products.docx

Ten Steps Cost Reduction Outline With ATS
Ten Steps Cost Reduction Outline With ATSTen Steps Cost Reduction Outline With ATS
Ten Steps Cost Reduction Outline With ATSMikel O'Riordan
 
Database Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfDatabase Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfAnvesh71
 
Tn shaw 107 data warehousing problem set
Tn shaw 107 data warehousing problem setTn shaw 107 data warehousing problem set
Tn shaw 107 data warehousing problem setTejNarayanShaw2
 
ERD Activity.pptx
ERD Activity.pptxERD Activity.pptx
ERD Activity.pptxEdFeranil
 
Inventory management system
Inventory management systemInventory management system
Inventory management systempavanwalecha
 
Computer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docxComputer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docxzollyjenkins
 
Product Sale Proposal PowerPoint Presentation Slides
Product Sale Proposal PowerPoint Presentation SlidesProduct Sale Proposal PowerPoint Presentation Slides
Product Sale Proposal PowerPoint Presentation SlidesSlideTeam
 
Product Sale Proposal Powerpoint Presentation Slides
Product Sale Proposal Powerpoint Presentation SlidesProduct Sale Proposal Powerpoint Presentation Slides
Product Sale Proposal Powerpoint Presentation SlidesSlideTeam
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management systemSmit Patel
 
Garrage management system
Garrage management system Garrage management system
Garrage management system Prateek Pandey
 
Cis 336 cis336 week 2 i lab 2 devry university
Cis 336 cis336 week 2 i lab 2 devry universityCis 336 cis336 week 2 i lab 2 devry university
Cis 336 cis336 week 2 i lab 2 devry universitymiteamosku
 
Managing Inventory Suppliers
Managing Inventory SuppliersManaging Inventory Suppliers
Managing Inventory SuppliersEMAINT
 
AGS Support Live SAP Business One Order to Cash
AGS Support Live SAP Business One Order to Cash AGS Support Live SAP Business One Order to Cash
AGS Support Live SAP Business One Order to Cash AGSanePLDTCompany
 
Customer master Data
Customer master DataCustomer master Data
Customer master DataGopal Volluri
 
Enterprise wide information systems - configuring sap
Enterprise wide information systems - configuring sapEnterprise wide information systems - configuring sap
Enterprise wide information systems - configuring sapSapFico Training
 
SAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdfSAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdfVirendra Rai, PMP
 

Similar to Lamar University - MISY 3310 Access ProjectPremiere Products.docx (20)

Intro slides
Intro slidesIntro slides
Intro slides
 
Ten Steps Cost Reduction Outline With ATS
Ten Steps Cost Reduction Outline With ATSTen Steps Cost Reduction Outline With ATS
Ten Steps Cost Reduction Outline With ATS
 
Database Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfDatabase Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdf
 
Tn shaw 107 data warehousing problem set
Tn shaw 107 data warehousing problem setTn shaw 107 data warehousing problem set
Tn shaw 107 data warehousing problem set
 
ERD Activity.pptx
ERD Activity.pptxERD Activity.pptx
ERD Activity.pptx
 
inventory management system
 inventory management system inventory management system
inventory management system
 
Inventory management system
Inventory management systemInventory management system
Inventory management system
 
Computer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docxComputer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docx
 
Product Sale Proposal PowerPoint Presentation Slides
Product Sale Proposal PowerPoint Presentation SlidesProduct Sale Proposal PowerPoint Presentation Slides
Product Sale Proposal PowerPoint Presentation Slides
 
Master data
Master dataMaster data
Master data
 
Product Sale Proposal Powerpoint Presentation Slides
Product Sale Proposal Powerpoint Presentation SlidesProduct Sale Proposal Powerpoint Presentation Slides
Product Sale Proposal Powerpoint Presentation Slides
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Garrage management system
Garrage management system Garrage management system
Garrage management system
 
Cis 336 cis336 week 2 i lab 2 devry university
Cis 336 cis336 week 2 i lab 2 devry universityCis 336 cis336 week 2 i lab 2 devry university
Cis 336 cis336 week 2 i lab 2 devry university
 
Managing Inventory Suppliers
Managing Inventory SuppliersManaging Inventory Suppliers
Managing Inventory Suppliers
 
AGS Support Live SAP Business One Order to Cash
AGS Support Live SAP Business One Order to Cash AGS Support Live SAP Business One Order to Cash
AGS Support Live SAP Business One Order to Cash
 
Customer master Data
Customer master DataCustomer master Data
Customer master Data
 
Enterprise wide information systems - configuring sap
Enterprise wide information systems - configuring sapEnterprise wide information systems - configuring sap
Enterprise wide information systems - configuring sap
 
Sap sd org
Sap sd org Sap sd org
Sap sd org
 
SAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdfSAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdf
 

More from DIPESH30

please write a short essay to address the following questions. Lengt.docx
please write a short essay to address the following questions. Lengt.docxplease write a short essay to address the following questions. Lengt.docx
please write a short essay to address the following questions. Lengt.docxDIPESH30
 
please write a diary entry from the perspective of a French Revoluti.docx
please write a diary entry from the perspective of a French Revoluti.docxplease write a diary entry from the perspective of a French Revoluti.docx
please write a diary entry from the perspective of a French Revoluti.docxDIPESH30
 
Please write the definition for these words and provide .docx
Please write the definition for these words and provide .docxPlease write the definition for these words and provide .docx
Please write the definition for these words and provide .docxDIPESH30
 
Please view the filmThomas A. Edison Father of Invention, A .docx
Please view the filmThomas A. Edison Father of Invention, A .docxPlease view the filmThomas A. Edison Father of Invention, A .docx
Please view the filmThomas A. Edison Father of Invention, A .docxDIPESH30
 
Please watch the clip from the movie The Break Up.  Then reflect w.docx
Please watch the clip from the movie The Break Up.  Then reflect w.docxPlease watch the clip from the movie The Break Up.  Then reflect w.docx
Please watch the clip from the movie The Break Up.  Then reflect w.docxDIPESH30
 
please write a report on Social Media and ERP SystemReport should.docx
please write a report on Social Media and ERP SystemReport should.docxplease write a report on Social Media and ERP SystemReport should.docx
please write a report on Social Media and ERP SystemReport should.docxDIPESH30
 
Please write 200 wordsHow has the healthcare delivery system chang.docx
Please write 200 wordsHow has the healthcare delivery system chang.docxPlease write 200 wordsHow has the healthcare delivery system chang.docx
Please write 200 wordsHow has the healthcare delivery system chang.docxDIPESH30
 
Please view the documentary on Typhoid Mary at httpswww..docx
Please view the documentary on Typhoid Mary at httpswww..docxPlease view the documentary on Typhoid Mary at httpswww..docx
Please view the documentary on Typhoid Mary at httpswww..docxDIPESH30
 
Please use the two attachments posted to complete work.  Detailed in.docx
Please use the two attachments posted to complete work.  Detailed in.docxPlease use the two attachments posted to complete work.  Detailed in.docx
Please use the two attachments posted to complete work.  Detailed in.docxDIPESH30
 
Please use the sources in the outline (see photos)The research.docx
Please use the sources in the outline (see photos)The research.docxPlease use the sources in the outline (see photos)The research.docx
Please use the sources in the outline (see photos)The research.docxDIPESH30
 
Please submit a minimum of five (5) detailed and discussion-provokin.docx
Please submit a minimum of five (5) detailed and discussion-provokin.docxPlease submit a minimum of five (5) detailed and discussion-provokin.docx
Please submit a minimum of five (5) detailed and discussion-provokin.docxDIPESH30
 
Please think about the various learning activities you engaged in du.docx
Please think about the various learning activities you engaged in du.docxPlease think about the various learning activities you engaged in du.docx
Please think about the various learning activities you engaged in du.docxDIPESH30
 
Please type out the question and answer it underneath. Each question.docx
Please type out the question and answer it underneath. Each question.docxPlease type out the question and answer it underneath. Each question.docx
Please type out the question and answer it underneath. Each question.docxDIPESH30
 
Please use the following technique-Outline the legal issues t.docx
Please use the following technique-Outline the legal issues t.docxPlease use the following technique-Outline the legal issues t.docx
Please use the following technique-Outline the legal issues t.docxDIPESH30
 
Please use from these stratagies This homework will be to copyies .docx
Please use from these stratagies This homework will be to copyies .docxPlease use from these stratagies This homework will be to copyies .docx
Please use from these stratagies This homework will be to copyies .docxDIPESH30
 
PLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docx
PLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docxPLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docx
PLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docxDIPESH30
 
Please share your thoughts about how well your employer, military .docx
Please share your thoughts about how well your employer, military .docxPlease share your thoughts about how well your employer, military .docx
Please share your thoughts about how well your employer, military .docxDIPESH30
 
Please select and answer one of the following topics in a well-org.docx
Please select and answer one of the following topics in a well-org.docxPlease select and answer one of the following topics in a well-org.docx
Please select and answer one of the following topics in a well-org.docxDIPESH30
 
Please see the attachment for the actual work that is require.  This.docx
Please see the attachment for the actual work that is require.  This.docxPlease see the attachment for the actual work that is require.  This.docx
Please see the attachment for the actual work that is require.  This.docxDIPESH30
 
Please see the attachment and look over the LOOK HERE FIRST file b.docx
Please see the attachment and look over the LOOK HERE FIRST file b.docxPlease see the attachment and look over the LOOK HERE FIRST file b.docx
Please see the attachment and look over the LOOK HERE FIRST file b.docxDIPESH30
 

More from DIPESH30 (20)

please write a short essay to address the following questions. Lengt.docx
please write a short essay to address the following questions. Lengt.docxplease write a short essay to address the following questions. Lengt.docx
please write a short essay to address the following questions. Lengt.docx
 
please write a diary entry from the perspective of a French Revoluti.docx
please write a diary entry from the perspective of a French Revoluti.docxplease write a diary entry from the perspective of a French Revoluti.docx
please write a diary entry from the perspective of a French Revoluti.docx
 
Please write the definition for these words and provide .docx
Please write the definition for these words and provide .docxPlease write the definition for these words and provide .docx
Please write the definition for these words and provide .docx
 
Please view the filmThomas A. Edison Father of Invention, A .docx
Please view the filmThomas A. Edison Father of Invention, A .docxPlease view the filmThomas A. Edison Father of Invention, A .docx
Please view the filmThomas A. Edison Father of Invention, A .docx
 
Please watch the clip from the movie The Break Up.  Then reflect w.docx
Please watch the clip from the movie The Break Up.  Then reflect w.docxPlease watch the clip from the movie The Break Up.  Then reflect w.docx
Please watch the clip from the movie The Break Up.  Then reflect w.docx
 
please write a report on Social Media and ERP SystemReport should.docx
please write a report on Social Media and ERP SystemReport should.docxplease write a report on Social Media and ERP SystemReport should.docx
please write a report on Social Media and ERP SystemReport should.docx
 
Please write 200 wordsHow has the healthcare delivery system chang.docx
Please write 200 wordsHow has the healthcare delivery system chang.docxPlease write 200 wordsHow has the healthcare delivery system chang.docx
Please write 200 wordsHow has the healthcare delivery system chang.docx
 
Please view the documentary on Typhoid Mary at httpswww..docx
Please view the documentary on Typhoid Mary at httpswww..docxPlease view the documentary on Typhoid Mary at httpswww..docx
Please view the documentary on Typhoid Mary at httpswww..docx
 
Please use the two attachments posted to complete work.  Detailed in.docx
Please use the two attachments posted to complete work.  Detailed in.docxPlease use the two attachments posted to complete work.  Detailed in.docx
Please use the two attachments posted to complete work.  Detailed in.docx
 
Please use the sources in the outline (see photos)The research.docx
Please use the sources in the outline (see photos)The research.docxPlease use the sources in the outline (see photos)The research.docx
Please use the sources in the outline (see photos)The research.docx
 
Please submit a minimum of five (5) detailed and discussion-provokin.docx
Please submit a minimum of five (5) detailed and discussion-provokin.docxPlease submit a minimum of five (5) detailed and discussion-provokin.docx
Please submit a minimum of five (5) detailed and discussion-provokin.docx
 
Please think about the various learning activities you engaged in du.docx
Please think about the various learning activities you engaged in du.docxPlease think about the various learning activities you engaged in du.docx
Please think about the various learning activities you engaged in du.docx
 
Please type out the question and answer it underneath. Each question.docx
Please type out the question and answer it underneath. Each question.docxPlease type out the question and answer it underneath. Each question.docx
Please type out the question and answer it underneath. Each question.docx
 
Please use the following technique-Outline the legal issues t.docx
Please use the following technique-Outline the legal issues t.docxPlease use the following technique-Outline the legal issues t.docx
Please use the following technique-Outline the legal issues t.docx
 
Please use from these stratagies This homework will be to copyies .docx
Please use from these stratagies This homework will be to copyies .docxPlease use from these stratagies This homework will be to copyies .docx
Please use from these stratagies This homework will be to copyies .docx
 
PLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docx
PLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docxPLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docx
PLEASE THOROUGHLY ANSWER THE FOLLOWING FIVE QUESTIONS BELOW IN.docx
 
Please share your thoughts about how well your employer, military .docx
Please share your thoughts about how well your employer, military .docxPlease share your thoughts about how well your employer, military .docx
Please share your thoughts about how well your employer, military .docx
 
Please select and answer one of the following topics in a well-org.docx
Please select and answer one of the following topics in a well-org.docxPlease select and answer one of the following topics in a well-org.docx
Please select and answer one of the following topics in a well-org.docx
 
Please see the attachment for the actual work that is require.  This.docx
Please see the attachment for the actual work that is require.  This.docxPlease see the attachment for the actual work that is require.  This.docx
Please see the attachment for the actual work that is require.  This.docx
 
Please see the attachment and look over the LOOK HERE FIRST file b.docx
Please see the attachment and look over the LOOK HERE FIRST file b.docxPlease see the attachment and look over the LOOK HERE FIRST file b.docx
Please see the attachment and look over the LOOK HERE FIRST file b.docx
 

Recently uploaded

KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
“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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
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
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 

Recently uploaded (20)

KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
“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...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
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
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 

Lamar University - MISY 3310 Access ProjectPremiere Products.docx

  • 1. Lamar University - MISY 3310 Access Project Premiere Products – Data Management Premiere Products is a distributor of appliances, house wares, and sporting goods. Since its inception, the company has used spreadsheet software to maintain customer, order, inventory, and sales representative data. Redundancy and difficulty in accessing related data are the major problems that employees at Premiere Products encounter with the spreadsheets. The company’s business activities have grown significantly in the recent years and it is no longer feasible to use spreadsheets to maintain its data. The management of Premiere Products has determined that Premiere Products must maintain, in a new database, the following information about its sales representatives, customers, parts inventory, and suppliers: · Premiere Products must store the sales rep number that uniquely identifies a representative. In addition, it has to store the sales rep last name, first name, address, total commission, and commission rate. · The company must store the customer number, which uniquely identifies a customer, customer name, address, current balance, and credit limit for each customer, as well as the number of sales representative who represents the customer. · The company must store the part number, description, number of units on hand, item type, number of the warehouse where the item is stored, and unit price for each part in inventory. · Premiere Products must store information about the suppliers who supply parts. The supplier is uniquely identified by supplier number. In addition, a supplier has a name, address, city, contact name and telephone number.
  • 2. Premiere Products must also store information about orders. The orders have three components: The heading (top) of the order contains the order number and the date; the customer’s number, name, and address; and the sales rep number and name. The body of the order contains one or more order lines, sometimes called line items. Each order line contains a part number, a part description, the number of units of the part ordered, and the quoted price for the part. Each order line also contains a total, usually called an extension, which is the result of multiplying the number ordered by the quoted price. Finally, the footing (bottom) of the order contains the order total. Premiere Products must also store the following items for each customer’s order: · For each order, they must store the order number, the date the order was placed, and the number of the customer that placed the order. The customer’s name and address and the number of the sales rep who represents the customer are stored with the customer information. The name of the sales rep is stored with the sales rep information. · For each order line, the database must store the order number, the part number, the number of units ordered, and the quoted price. Remember that the part description is stored with the information about parts. The result of multiplying the number of units ordered by the quoted price is not stored because the computer can calculate it when necessary. · The overall order total is not stored. Instead, the computer calculates the total whenever an order is printed or displayed on the screen. In order to set up its data base, Premiere Products has made the following assumptions: · Each representative is related to the many (or at least one) customers that he or she represents, and each customer is related to the one rep who represents the customer. Note that there is always one rep for each customer.
  • 3. · A customer may place many orders or may not place any. On the other hand, an order is placed by only one customer. · A part can be associated with many orders or may not be associated to any order. But an order has to have at least one part related to it. · A part is supplied by one or many suppliers. A supplier supplies one or many parts. Premiere Products engaged a database consultant to design the database tables that are necessary for the management of the company’s data. The consultant recommended that the database of Premiere Products must have the following seven tables: · CUSTOMER · ORDERS · SALES_REP · PART · ORDERLINE · SUPPLIER · PART_SUPPLIER Figure 1 shows the tables together with their contents (i.e. data). Tasks and Deliverables: 1. Create each table (shown in figure 1) in a MS ACCESS database. Define the primary key of each table. Select appropriate data types for each column. You should also define the necessary constraints (such as, range, default value) for the columns. 2. Please define the necessary relationships between the tables. 3. Insert the data (shown in figure 1) into the tables. 4. Submit the database through Blackboard. 6 Figure 1 - Premiere Products Database Tables
  • 4. Customer Table {add 5 additional customers – make up their information, but have them all in Florida} CustomerNum CustomerName Street City State Zip Balance CreditLimit RepNum 148 Als Appliance and Sport 2837 Greenway Fillmore FL 33336 $6,550.00 $7,500.00 20 282 Brookings Shop Direct 3827 Devon Grove FL 33321 $431.50 $10,000.00 35 356 Fergusons 382 Wildwood Northfield FL 33146
  • 5. $5,785.00 $7,500.00 65 408 The Everything Shop 1828 Raven Crystal FL 33503 $5,285.25 $5,000.00 35 462 Shop Bargains Galore 3829 Central Grove FL 33321 $3,412.00 $10,000.00 65
  • 6. Order Table {add 4 additional orders – make up the information, but have them all in 2014} OrderNum OrderDate CustomerNum 21608
  • 7. 01/20/2014 148 21610 01/25/2014 356 21613 02/21/2014 408 21614 02/10/2014 282 Sales_Rep Table {add yourself as a sales rep – list your state as Florida} RepNum LastName FirstName Street City State Zip Commission Rate 20 Kaiser Valerie 624 Randall Grove FL 33321 $20,542.50 0.05 35 Hull Richard
  • 8. 532 Jackson Sheldon FL 33553 $39,216.00 0.07 65 Perez Juan 1626 Taylor Fillmore FL 33336 $23,487.00 0.05 Part Table PartNum Description OnHand Class Warehouse Price AT94 Iron 50 HW 3 $24.95 BV06 Home Gym 45 SG 2 $794.95 CD52
  • 9. Microwave Oven 32 AP 1 $165.00 DL71 Cordless Drill 21 HW 3 $129.95 DR93 Gas Range 8 AP 2 $495.00 DW11 Washer 12 AP 3 $399.99 FD21 Stand Mixer 22 HW 3 $159.95 KL62 Dryer 12 AP 1 $349.95 KT03
  • 12. Supplier Table {add two additional Suppliers} Sup_No Sup_Name Sup_Address City Contact_ Name Phone 1234 Katsuko Ishizuki 999 E. Park Carbondale Charles Brown (618) 549-9999 1010 Mary Gordon 2010 S. Division Marion John Smith 2468 Phillip Johnson 1212 E. Main Chester Ana Keller (618) 587-9898 3456 Jennifer Curtis 1500 Pearl Vienna Donna Lewis (618) 833-7898
  • 13. Forms, Queries, and Reports Use the database that you created and work on the following tasks:Forms: 1. Create a split form for the Supplier table. Save the form as ‘Assign3_Form1.’Queries: 1. List the customer name and credit limit as "Credit Limit Amount" of all customers who have the string 'Shop' in any part of their name. Save the query as ‘Assign3_Query1.’ 2. Give the part number, description, and on-hand value (OnHand*Price) for each part in item class ‘AP’. Save the query as ‘Assign3_Query2.’ 3. List the total and average balances of customers in different cities (i.e. Fillmore, Grove etc.). List the results in ascending order by City. Save the query as ‘Assign3_Query3.’ 4. List the part number, description, class, and price of the parts that are supplied by a supplier from ‘Carbondale.’ Save the query as ‘Assign3_Query4.’ Reports: 1. Create a report for the customers whose balance is greater than $ 3,000.00. List CustomerNum, CustomerName, Street, City, State, Zip, and balance of these customers in the report. Sort the list in the descending order of balance. Choose appropriate column headings and report styles. The title of the report should be “Customer with Balances.” Save the report as ‘Assign3Report1.’ Save the form, the queries, and the report in the database and submit the updated database through Blackboard.