Question: Using MySQL... Project 3 is about printing multiple records from DDI.LEDGER_VIEW using a PL/SQL LOOP SPOOL your output to c:CS4210project3spool.txt Set up a record variable

Using MySQL...

Project 3 is about printing multiple records from DDI.LEDGER_VIEW using a PL/SQL LOOP

SPOOL your output to c:\CS4210\project3spool.txt

Set up a record variable in the DECLARE section using %ROWTYPE

SELECT all the fields in DDI.LEDGER_VIEW where ROOMNUM is 107

Use DBMS__OUTPUT.PUT_LINE to print the values for each field for each record.

Compile and run the procedure.

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!