Question: code script using SQL that calls the procedure that you created in exercise 1 and passes the parameters by name. This procedure should provide exception

code script using SQL that calls the procedure that you created in exercise 1 and passes the parameters by name. This procedure should provide exception handling that displays this message if the INSERT statement fails because the account number or account description is already in the table (a DUP_VAL_ON_INDEX error): A DUP_VAL_ON_INDEX error occurred. It should provide this message if any other type of error occurs: An unknown exception occurred.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!