PL/SQL Exceptions: Write a code PL/SQL code block to handle the following exceptions (one for each case) Use the given Script to create and populate the employees table first. Then use that table to handle the following exception (except question no :3) 1) NO_DATA_FOUND 2) TOO MANY_ROWS 3) ZERO_DIVIDE (No Need to use the table given in the script) 4) WHEN OTHERS 5) VALUE_ERROR - This exception is raised, when the value which is returned does not match with the datatype variable. 6) DUP_VAL_ON_INDEX - This exception is raised when we try to insert a duplicate value on a primary key or unique key. Note: Paste the clear screen shots with outputs Explain the code block briefly