PL/SQL Control Statement Exercises: Insert a row if the featched value for a component is specified
PL/SQL Control Statement: Exercise-30 with Solution
Write a program in PL/SQL to insert a row if the featched value for a component is specified.
Sample Solution:
PL/SQL Code:
Flowchart:

Sample Output:
PL/SQL procedure successfully completed. To see the inserted row use the command "select * from test;"
Improve this sample solution and post your code through Disqus
Previous: Write a program in PL/SQL to insert records from one table to another.
Next: PL/SQL Cursor Exercises.
What is the difficulty level of this exercise?
Based on 136 votes, average difficulty level of this exercise is Hard
.