• Hi Team,

    given code is not working, here am giving my scenario with details.

    Table : Stud

    ---------------------------------------------------

    Stud_Code| Name

    View : CST

    ---------------------------------------------------

    Stud_id|LIb_id

    Table : LIB

    ---------------------------------------------------

    Lib_id| Current_Date

    Stud_Code column in "STUD" and stud_id column in "CST" are similar data.

    if there is any insert/update/delete on table "STUD" of columns "Stud_code or Name"

    then udpate current_date in LIB table where Lib_id = Lib_id of "CST" view.

    am getting mutating error, plz help