Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I could use some help on this assignment. This is in Oracle using SQL Plus. SPOOL your output to a text file DECLARE a record

I could use some help on this assignment. This is in Oracle using SQL Plus.

SPOOL your output to a text file

  1. DECLARE a record variable, a variable to keep track of a change in RoomNum, and two accumulators
  2. Add procedures to the Print multiple records
  3. In the BEGIN block add a select statement to read all the ledger records in DDI.LEDGER_VIEW ordered by RoomNum and RegDate
  4. Add a LOOP
  5. Use DBMS__OUTPUT.PUT statements to print all the values for each record on a single line. End with a DBMS_OUTPUT.NEW_LINE
  6. After the LOOP be sure to print the final subtotal and the grand total

Compile and run the procedure

structure of the database:

image text in transcribed

SQL> DESCRIBE DDI. LEDGER_VIEW; Name Null? Type REGID REGDATE LASTNAME FIRSTNAME ADULTCNT CHILDCNT ROOMNUM ROOMSIZE ROOMBEDCNT ROOMRATE NOT NULL NUMBER NOT NULL DATE NOT NULL VARCHAR2 (16) NOT NULL VARCHAR2 (16) NUMBER NUMBER NOT NULL NUMBER NOT NULL VARCHAR2 (6) NOT NULL NUMBER NOT NULL NUMBER(18,2) SQL>

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

Oracle Database 10g Insider Solutions

Authors: Arun R. Kumar, John Kanagaraj, Richard Stroupe

1st Edition

0672327910, 978-0672327919

More Books

Students also viewed these Databases questions