Write the select statement to show all records

Assignment Help PL-SQL Programming
Reference no: EM131282025

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.

Question 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 number      customer_lname        customer balance

102                            Dawson                    11.00

103                            Knight                      6.00

105                            Mcclain                     15.00

107                            Elliott                       5.00

109                            Ochoa                      10.00

111                            Mann                       8.00

112                            Trujillo                     3.00

Question 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.00

Question 3.

a) Create a trigger called membership_balance_updates that will capture any updates made to the balance column in membership. The trigger should only capture those transactions in which the member's balance actually changes. The membership_id, old balance, new 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 EXISTS

membership_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 balance = 10.00WHERE membership_id = 104;

UPDATE membership SET first_name = 'Dan' WHERE membership_id = 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.00                               10.00                                     2012-04-1200:00:00     root@localhost

Reference no: EM131282025

Questions Cloud

What is the corresponding value of pn : Assume that any binary symbol transmitted through the system has an independent probability p1 .- If p1 is very small and n is not too large, what is the corresponding value of pn?
Ensure high satisfaction and loyalty : Consider each of the brands below. Assuming that a strong CRM system is in place in each brand's parent firm, what specific actions can marketing managers take in each case to ensure high satisfaction and loyalty among the most profitable customer..
Important to information system managers : Explain why relationship skills are becoming more important to Information System managers in today's economy.
Why is solitary confinement used today : What was the initial purpose of Solitary Confinement?Why is solitary confinement used today and what are the likely outcomes of this technique? What other options might be useful in the replacement of solitary confinement?
Write the select statement to show all records : 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 and write a single SELECT statement to show the customer balance for member 102 by using the get..
Discuss the basic issues involved in the design : Discuss the basic issues involved in the design of a regenerative repeater for PCM.- what is the corresponding value of pn?
Challenge in many business processes : Data entry has always been a challenge in many business processes. There are technologies that have removed this challenge by allowing data to be captured at the time it is created, reducing the need for data entry clerks.
Research the glass ceiling phenomenon : Research the glass ceiling phenomenon. Do you believe that the glass ceiling still exists? If so, explain what a strategic leader can do to end the glass ceiling phenomenon in his/her organization. If not, explain what has changed.
Write eight pages summary of the islamic golden age : Write 8 Pages summary of the Islamic Golden Age. http://islamichistory.org/islamic-golden-age/

Reviews

Write a Review

PL-SQL Programming Questions & Answers

  Differentiate between updatable and non updatable

What do you mean by 'view'? What are its different types? Differentiate between updatable and non updatable 'view' with suitable examples. Also give proper syntax for creating 'view'.

  Update stock levels when the order is cancelled

Execute queries to confirm that the basket order status and product stock levels have been appropriately modified by the trigger - the trigger needs to fire when a new status record is added to the BB_BASKETSTATUS table and when the IDSTAGE col..

  How did you go about making the decision

Write a 1,400- to 2,100-word analysis on a recent decision you made at work. Answer the following questions: How did you go about making the decision? Apply the steps of the decision-making process.

  Describe the meaning of keyword exists and not exists

Describe the meaning of the keyword EXISTS. Describe how any and all relate to EXISTS and NOT EXISTS. Write a query which will display names of any customers who are interested in all artists.

  Review problem and run required statement to create table

Please note that for "Table Employees" due to length of the table description and page size limit, I have broken it into 2 parts for better visibility, please make sure to use all the given attributes from the table.

  Write sql statements for the ten queries

Write SQL statements for the ten queries - find the names of all Tracks that are more than 10 minutes (600,000 ms) long. Result: (name: varchar(255))

  Add three rows to the downloads

Add three rows to the Downloads table: one row for user 1 and product 2; one for user 2 and product 1; and one for user 2 and product 2. Use the GETDATE function to insert the current date and time into the DownloadDate column.

  Trigger named products_update

Create a trigger named Products_UPDATE. This trigger should insert the old data about the product into the ProductsAudit table after the row is updated. Then, test this trigger with an appropriate UPDATE statement.

  Assignment on aggregate functions

After reviewing and completing the Unit 1 Guided Practice 2, I suggest that you review all tables using the Object Browser area of the SQL Workshop associated with the scenarios below, as well as field data types and data (case sensitivity) before..

  Create a calculator application.

You must center the form on the screen.

  Strengths and weaknesses of three dbms software

Research Report around 800 words strengths and weaknesses of three DBMS software packages for utilization as a company-wide customer information database. Please compare Microsoft Access, Microsoft SQL Server, and Oracle.

  Specify the algorithm using a flowchart

Given M students, where M is a positive integer, develop an Algorithm to compute the numbers of 1st and 4th year students respectively. The students' years of study are provided, one at a time, as input to the algorithm. Specify the Algorithm usin..

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