Creating the Check Approving User Trigger        You should create a trigger called TR_CheckApprovingUser.This trigger fires before
updating the approving user number ApprUserNo in the ExpenseReport table.  The trigger
body compares the organization number of the approving user to the organization number of
the submitted user. The organization number of the approving user must be the same as the
organization number of the submitting user or the organization number of the parent
organization of the submitting user. If the organization number of the approving user does not
match either, raise an application error.SUBMISSION:
         ?  A script called PART2b.sql  which contains SQL or PL/SQL for
                 ?   creating the required trigger
                 ?   update data of the table for testing trigger我不会写~大家帮我看看~~