Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a package called hellofrom that contains three public procedures named proc_1, proc_2 and proc_3. Each of these procedures should use DBMS_OUTPUT.PUT_LINE() to display the

Create a package called hellofrom that contains three public procedures named proc_1, proc_2 and proc_3. Each of these procedures should use DBMS_OUTPUT.PUT_LINE() to display the message Hello from Proc x where x is 1 or 2 or 3 as appropriate. Also, proc_1 should call proc_2 and proc_2 should call proc_3, so you need to include a reference to proc_2 from proc_1, and a reference to proc_3 from proc_2.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions