Project on data management

Assignment Help Database Management System
Reference no: EM13778187

 

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

Forms, Queries, and Reports

Use the database that you createdand 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.

Reference no: EM13778187

Questions Cloud

Can you explain why juveniles of color have higher rates : Can you explain why juveniles of color have higher rates of contact with the police than white youths? Support your answer with evidence
Explain data normalization : Data Normalization: What is the importance of data normalization in the reduction of insertion and deletion anomalies? Provide examples of insertion and deletion anomalies. - Explain why it is important to reduce insert and deletion anomalies.
Write a summary of statistics and ethics in medical research : Write a summary of the article Statistics and ethics in medical research.
Project on 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..
Physical attractiveness stereotype interpersonal attraction : What does your critical analysis of the website reveal to you about Cindy Jackson's sense of her social self, her self-concept, her self-esteem and her self-presentation?
Identify the principal roles and functions of police : Identify the principal roles and functions of police organizations and their role as it applies to the law. Describe various types of police agencies at the local, state, and federal level and the roles and functions of each
What challenges exist when collecting quantitative data : Explain at least 3 different means of collecting appropriate data and how you would analyze it. What challenges exist when collecting quantitative data? What challenges exist when collecting qualitative data
Why the 2006 election in mexico was historic : Why The 2006 election in Mexico was historic. In Mexico, ninety-eight percent of all public revenues in Mexico are collected.

Reviews

Write a Review

Database Management System Questions & Answers

  How long is a clock cycle

Consider the timing diagram of Figure 12.10 in the 8th edition (or 14.10 in the 9th edition). Assume that there is only a two-stage pipeline (fetch, execute). Redraw the diagram to show how many time units are now required for four instructions.

  Various kinds of keys to form or define relationships

Relational database is based on fact that data in one table can be tied, or related to data in another table. To do this, database utilizes various types of keys to form or define these relationships.

  Build a database

Build a database and produce a query report that shows 10 fields as in Table iamge using Microsoft Access

  Entity-relationship diagram

Create an entity-relationship diagram and design accompanying table layout using sound relational modeling practices and concepts.

  Create relational schema of database in 3nf

A Relational schema of your database in 3NF, clearly indicating attributes, the data type of each attribute, primary and foreign keys, candidate keys, and which attributes are nullable, giving reasons. List any assumptions you need to make.

  Explain issues to convert relationship for new cardinality

Using example of vehicles and drivers, explain issues to convert relationship for new cardinality including new relationships and attributes for the tables.

  What would be the total overhead cost

What would be the total overhead cost per delivery according to the activity based costing system? In other words, what would be the overall activity rate for the deliveries activity cost pool?

  Discuss likely data integrity constraints on attributes

Write an SQL query to find out how many Computer Science departments are not in Victoria. Return the number -  Discuss likely data integrity constraints on attributes and specify all candidate keys and the primary key for each relation based on the..

  Open source relational database management system

Imagine you are a part of a team that is tasked with writing a mobile application (app) that will allow users to send pictures to their friends. The manager does not want to waste time creating code modules.

  Create a database with at least one table with ms acces

Create a database with at least one table with MS Access. Add drop-down lists (combo boxes), validation rules, and input masks as required.

  What messages are sent if not well-formed

Create new DOM documents for each of your .xml file and .xsl file. Use these to generate output to the browser.

  Explain the following terms brie?y attribute domain entity

Explain the following terms brie?y: attribute, domain, entity, relation-ship, entity set, relationship set, one-to-many relationship, many-to-many relationship, participation constraint, overlap constraint, covering constraint, weak entity set, aggre..

Free Assignment Quote

Assured A++ Grade

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

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