Write a PL/SQL block for entering a new employee through the dialog with the user. First check if the data entered by the user are valid using exception handling. After executing the INSERT statement ask the user if he confirms the changes made. If the answer is NO, then undo the insertion; if the answer is YES, commit the INSERT operation and display the data about the new employee on the screen.