Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using MySQL....Please respond with the necessary statements Project 2 is about printing variables for a single record from DDI.LEDGER_VIEW using PL/SQL 1. SPOOL your output
Using MySQL....Please respond with the necessary statements
Project 2 is about printing variables for a single record from DDI.LEDGER_VIEW using PL/SQL
1. SPOOL your output to c:\CS4210\project2spool.txt
2. Set up variables in the DECLARE section. Use either %TYPE or %ROWTYPE
3. SELECT all the fields in DDI.LEDGER_VIEW where REGID is to be determined at run time.
4. Use DBMS__OUTPUT.OUTPUT_LINE to print the values for each field.
5. Compile and run the procedure for the REGID 17
Thank you
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started