Question: Oracle 1 1 G PL / SQL ProgrammingAssignment 3 - 1 : Querying Data in a BlockA Brewbean s application page is being developed for

Oracle 11G PL/SQL ProgrammingAssignment 3-1: Querying Data in a BlockA Brewbeans application page is being developed for employees to enter a basket number andview shipping information for the order that includes date, shipper, and shipping number. AnIDSTAGEvalue of 5 in the BB_BASKETSTATUS table indicates that the order has beenshipped. In this assignment, you create a block using scalar variables to hold the data retrievedfrom the database. Follow these steps to create a block for checking shipping information:1. Start SQL Developer, if necessary.2. Open theassignment03-01.sqlfile in the Chapter03 folder.3. Review the code, and note the use of scalar variables to hold the values retrieved in theSELECTstatement.4. Add data type assignments to the first three variables declared. These variables will beused to hold data retrieved from a query.5. Run the block for basket ID3, and compare the results with Figure 3-29.Oracle 11G PL/SQL ProgrammingOracle 11G PL/SQL Programming

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!