what are the need for exceptions in RDBMS ?
plz reply the correct answer. It's an urgent
Answers
Answered by
1
An exception is an error condition during a program execution. PL/SQL supports programmers to catch such conditions using EXCEPTION block in the program and an appropriate action is taken against the error condition.
Similar questions