Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

N PL/SQL In your assignment file that you submit, first, place the code needed to create the procedure. After that, skip a few lines and

N PL/SQL In your assignment file that you submit, first, place the code needed to create the procedure. After that, skip a few lines and there include the anonymous block code to call the procedure. Create a procedure named STATUS_SHIP_SP that allows an employee in the Shipping Department to update an order status to add shipping information. The BB_BASKETSTATUS table lists events for each order so that a shopper can see the current status, date, and comments at each stage of the order process are finished, The IDSTAGE column of the BB_BASKETSTATUS table identifies each stage; the value 3 in this column indicates that an order has been shipped.

The procedure should allow adding a row with an IDSTAGE of 3, date shipped, tracking number, and shipper.

The BB_STATUS_SEQ sequence is used to provide a value for the primary key column.

Test the procedure with the following information: Basket # = 3 Date shipped = 20-Feb-12 Shipper = UPS Tracking# = XW2384YXK4957

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions

Question

4-21. Jim Riley is too (incompetent) for that kind of promotion.

Answered: 1 week ago