Question: Write a PL/SQL block that accepts a user input representing a student id. Then, use the select into clause to select the name corresponding to
Write a PL/SQL block that accepts a user input representing a student id. Then, use the select into clause to select the name corresponding to the ID from the STUDENT table and print it. Raise exception if the record's ID is not exist
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
