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
Get step-by-step solutions from verified subject matter experts
