#Oracle #PLSQL #Exception User defined exception in PL/SQL

preview_player
Показать описание
Download the code via the bellow link:
QUESTION
=========
Write a PL/SQL program that prompts for an employee's code and checks whether an employee's salary
range is not between $2500 and $5000. If the salary is in the specified range, the program should raise an
exception saying that the salary is out of range. Otherwise, the program should print the message 'The
bonus should be added'. Make sure that the program handles all possible exceptions
Рекомендации по теме