create or replace trigger temp_trigger
before insert or update
on tab_name
for each row
//PL/sql模块
begin
     
end;