Problem 30 Write a procedure to delete an invoice, giving the invoice number as a parameter. Name the procedure prc_inv_delete Test the procedure by deleting invoices 9000 and 9001 TASK FIGURE P8.16 CH08_SIMPLECO DATABASE TABLES Database name: Ch08_SimpleCo Table name: CUSTOMER Table name: INVOICE CUST NUM CUST LNAME CUST FNAME CUST BALANCE INV NUM CUST_NUM INV DATE INV AMOUNT 1000 Smith Jeanne 1050.11 8000 1000 23-Mar-16 235.89 1001 Ortega Juan 840.92 8001 1001 23-Mar-16 312.82 8002 528.10 1001 30-Mar-16 1000 8003 12-Apr-16 194.78 8004 23-Apr-16 1000 619.44

Database Systems: Design, Implementation, & Management
12th Edition
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Carlos Coronel, Steven Morris
Chapter8: Advanced Sql
Section: Chapter Questions
Problem 15P
icon
Related questions
Question

HELP IN DATABASE

THIS DID NOT WORK

CREATE OR REPLACE PROCEDURE PRC_INV_DELETE (W_IN IN NUMBER) AS
BEGIN
IF W_IN IS NOT NULL THEN
DELETE FROM INVOICE WHERE INV_NUM = W_IN;
END IF;
END; 

Problem 30
Write a procedure to delete an invoice, giving the invoice
number as a parameter. Name the procedure prc_inv_delete
Test the procedure by deleting invoices 9000 and 9001
TASK
Transcribed Image Text:Problem 30 Write a procedure to delete an invoice, giving the invoice number as a parameter. Name the procedure prc_inv_delete Test the procedure by deleting invoices 9000 and 9001 TASK
FIGURE P8.16 CH08_SIMPLECO DATABASE TABLES
Database name: Ch08_SimpleCo
Table name: CUSTOMER
Table name: INVOICE
CUST NUM CUST LNAME CUST FNAME CUST BALANCE
INV NUM CUST_NUM INV DATE INV AMOUNT
1000 Smith
Jeanne
1050.11
8000
1000
23-Mar-16
235.89
1001 Ortega
Juan
840.92
8001
1001
23-Mar-16
312.82
8002
528.10
1001
30-Mar-16
1000
8003
12-Apr-16
194.78
8004
23-Apr-16
1000
619.44
Transcribed Image Text:FIGURE P8.16 CH08_SIMPLECO DATABASE TABLES Database name: Ch08_SimpleCo Table name: CUSTOMER Table name: INVOICE CUST NUM CUST LNAME CUST FNAME CUST BALANCE INV NUM CUST_NUM INV DATE INV AMOUNT 1000 Smith Jeanne 1050.11 8000 1000 23-Mar-16 235.89 1001 Ortega Juan 840.92 8001 1001 23-Mar-16 312.82 8002 528.10 1001 30-Mar-16 1000 8003 12-Apr-16 194.78 8004 23-Apr-16 1000 619.44
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
SQL Query
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr