Cash-back offer from April 23rd to 27th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 30.00

MMIS 630 Project Requirements | Complete Solution

Question posted by
Online Tutor Profile
request

MMIS 630 Project Requirements

A company that sells and installs tiles needs a database with the requirements specified below. Your task is to design and implement a relational database that meets all their requirements.

  • Please let me know if you need further clarifications on any of the requirements.
  • If you need to make any other assumptions, please state your assumptions explicitly.

Requirements:

The company has several branch offices. Each branch is identified by a branch_number. The name, address (street, city, ZIP), and revenue_target of each branch office are maintained. Each branch has a designated branch manager and the branch manager’s employee_ID is maintained.

Each employee has a unique employee_ID. The company maintains the first name, last name, designation, starting_date, branch_number, salary, and supervisor’s employee_ID for each employee.

Each product sold by the company is identified by a unique product_code. The description, unit price, and stock_level of each product are maintained.

Each type of installation performed by the company is identified by a unique installation_type. The description and the billing_rate per hour for the installation_type are maintained.

Customers are identified by unique customer_ID. Information is maintained on each customer’s address (street, city, ZIP) and phone_number.

Each order  is identified by unique order_number. Each order is placed by a unique customer on a specific date. An employee is designated as the salesperson for each order.

A customer order may include orders for multiple products and installation services. For each product in an order, the quantity_ordered is recorded.  For each installation_type ordered, the estimated number_of_hours for installation is recorded. Note that there may be orders that include products but no installation services. Similarly, there may be orders  that include installation services but no products.

 

 

 

Specific Tasks:

  1. Present an Entity-Relationship model that meets the above requirements. Try to ensure that your model has no many-to-many relationships.
  2. Present a logical data model to meet the requirements where all the tables are in the third normal form. Specify all the attributes, primary keys and foreign keys of the tables. For each attribute specify the data type and domain.
  3. Implement the database designed in step 2 using any DBMS of your choice. Populate the tables with sample data.
  4. Formulate SQL queries for the following:
  1. For each salesperson, list the salesperson’s Employee_ID, Name, supervisor’s Employee_ID, and supervisor’s name.
  2. For each product list the Product_code, stock_level, and the total quantity ordered.
  3. For each Order list the Order_number, order date, Employee_ID of salesperson, total amount for products, and total amount for installation. The total amount for products is the sum of the unit price times quantity of the products ordered. The total amount for installation is the sum of number_of_hours times the billing_rate of the installation types.
  4. The revenue_generated by a branch is the sum of the total amount of all orders for salespersons working at that branch. The total amount of an order is given by the sum of the total amount for products and the total amount for installation.  List the branch number, branch name, revenue_target, and the revenue_generated for each branch that fails to meet its revenue_target.
  5. List the list the Employee_ID and name of salespersons who have sold only to customers located in the same city as the city in which the salesperson’s branch is located.
  6. List the list the Employee_ID and name of salespersons who have sold to every customer located in the same city as the city in which the salesperson’s branch is located.

 

Available Answer
$ 30.00

[Solved] MMIS 630 Project Requirements | Complete Solution

  • This Solution has been Purchased 2 time
  • Submitted On 26 Apr, 2015 02:13:14
Answer posted by
Online Tutor Profile
solution
SELECT A.PRODUCTCODE, A.STOCKLEVEL, SUM (A.QUANTITY) FROM PRODUCT A INNER JOIN PRODLINE B ON A.PRODUCTCODE=B.PRODCODE GROUP BY A.PRODUCTCODE, A.STOCKLEVEL; (i) For each Order list the Order_number, order date, Employee_ID of salesperson, total amount for products, and total amount for install...
Buy now to view the complete solution
Other Similar Questions
User Profile
Exper...

MMIS 630 Project Requirements | Complete Solution

SELECT A.PRODUCTCODE, A.STOCKLEVEL, SUM (A.QUANTITY) FROM PRODUCT A INNER JOIN PRODLINE B ON A.PRODUCTCODE=B.PRODCODE GROUP BY A.PRODUCTCODE, A.STOCKLEVEL; (i) For each Order list the Order_number, order date, Employee_ID of ...
User Profile
AceTu...

MMIS 630 Database Systems | Assignment 1: Relational Model and Integrity Constraints

Yes, this record can be added to GRADE table as both the Foreign Key columns exists in their respective parent tables.


(b)
COURSE_NO    STUDENT_ID    GRADE
CS100  &n...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35