Create a view called customer with balances

Assignment Help Database Management System
Reference no: EM13882961

Using MySQL commands answer the questions listed below usingthe TinyVideoschema. Submit via the D2L dropbox the final SQL scripts for each problem. You must answer all parts of the question before receiving any partial credit. For example, do not expect any points if all you answer is part b of question 3. Each part builds upon the correct answer of the previous part.

1. a) Create a view called customer_with_balances that has the following columns: customer_number, customer_lname and customer_balance. The view should only include those customers where the customer balance is greater than zero.

b) Write the SELECT statement to show all records from the customer_with_balances view.

customer_name customer_lname customer_balance
102 Dawson 11
103 knight 6
105 Mcclain 15
107 Elliott 5
109 Ochoa 10
111 Mann 8
112 Trujillo 3

2. a) Create a stored function called get_customer_balance which will return a customer's balance from the membership table by passing in a membership number.

b) Write a single SELECT statement to show the customer balance for member 102 by using the get_customer_balance function.

customer_number get_customer_balance
102 11

3. a) Create a trigger called membership_balance_updates that will capture any updates made to the mem_balance column in membership. The trigger should only capture those transactions in which the member's balance actually changes. The mem_num, old mem_balance, new mem_balance, user, transaction date should be placed into a membership_balance_audit table.

Use the following script to create the membership_balance_audit table.

CREATE TABLE IF NOT EXISTSmembership_balance_audit

(mem_num             INTEGER,
old_mem_balance    DECIMAL(10,2),
new_mem_balance  DECIMAL(10,2),
transaction_date      TIMESTAMP,
transaction_user      VARCHAR(50));

b) Run the following update statements after the trigger has been created.

UPDATE membershipSET mem_balance = 10.00WHERE mem_num = 104;
UPDATE membership SET mem_fname = 'Dan' WHERE mem_num = 103;

c) Write the SELECT statement to show all records in the membership_balance_audit table. (Note: The transaction date will be different for your result set.)

mem_num old_mem_balance new_mem_balance transaction_date transaction_user
104 0 10 4/12/2012 0:00 root@localhost

Attachment:- Scripts.rar

Reference no: EM13882961

Questions Cloud

What are mirr''s strengths and weaknesses? : What are MIRR's strengths and weaknesses?
Airlines leased a jumbo jet from boeing corporation : 1.On June 30, 2013, Fly  By  Night Airlines leased a jumbo jet from Boeing Corporation.
Explain the value of financial planning to friends or family : explain the value of financial planning to friends or family?
What value do organisations products provide to customer : What value do the organisation's current products or services provide to these customers? If applicable, describe the value the brands produced by your chosen organisation provide to customers.
Create a view called customer with balances : Create a view called customer_with_balances that has the following columns: customer_number, customer_lname and customer_balance. The view should only include those customers where the customer balance is greater than zero
Analyze the data and draw conclusions about the relationship : Analyze the data and draw conclusions about the relationship between the stock market and the performance of the economy
The income statement and the operating section : The income statement and the operating section of the cash flow statement present a company's results in very different formats. In your opinion, which statement is more important to shareholders? To company management? To creditors? Explain your res..
Describe the products and services of commercial : Describe the products and services of commercial, public and third sector organizations?State employer and employee rights and responsibilities under employment law, and the importance of having these.Detail employer and employee rights and responsib..
Determine the interest rate implicit in the lease agreement : Southwest recorded a $2,293,984 lease liability.

Reviews

Write a Review

Database Management System Questions & Answers

  Network upgrade imagine that you are the administrator for

imagine that you are the administrator for a small accounting company which currently employees 200 people. the ceo

  List the price of the item called back scratcher

List the first and last names of any customers who have bought all of the items. (This does not need to be as part of a single purchase).

  Use of databases and data communication technologies

Discuss with your team how the bookstores use the Internet and if they use collaboration technology. The use of databases and data communication technologies

  I reviewing current help wanted advertising in the papers

1 in reviewing current help wanted advertising in the papers online word of mouth and other sources what do you feel

  System analysis hi this is mohammed i need your help kindly

hi this is mohammed i need your help kindly find the attached file and try to finish at the soonest as i need to submit

  Develop an entity-relationship diagram as a conceptual mode

For the following requirements analysis description, develop an Entity-Relationship Diagram as a conceptual model that captures all of the requirements to the fullest extent possible.

  Produce a set of relations

An ER diagram for the system. Show all entities, relationships, cardinalities and optionalities. Also, include all intersection entities. You must use the Finkelstein methodology as per the study book and tutorials.

  An er diagram for the system

An ER diagram for the system. Show all entities, relationships, cardinalities and optionalities. Also, include all intersection entities. You must use the Finkelstein methodology as per the study book and tutorials.

  Determine the total amount of supervisory wages

Determine the total amount of supervisory wages and factory utilities costs that would NOT be assigned to products.

  What is the most common disease for each age group

Explore a possible relationship between the DRG_PRICE and the TOTAL_CHARGES. Is there a linear relationship between these two properties?

  Evaluate product costs for external financial reports

The total amount of overhead cost allocated to Product X would be closest to - Andris Corporation uses activity-based costing to determine product costs for external financial reports

  Create the tables create the primary keys add dml statements

Create the tables Create the primary keys Create the foreign keys Add DML statements to: Add data of 1 customer who buys from the company Provide the DML to add 1 employee who interacts with customers Give DML to change data of the employee

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