Question: Question 3 10 Points Write the following PL/SQL code 1. A procedure named printoutName. Receive your name as a string argument and print it to

Question 3 10 Points Write the following PL/SQL code 1. A procedure named printoutName. Receive your name as a string argument and print it to the screen. 2. A function named calculate Double. It receives an integer number as an argument and returns its double (2*number). 3. A PL/SQL block that executes the above procedure and prints the function returned value. Run the block and show the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
