SQL
trigger tgr_temporada_0
-- AFTER INSERT OR UPDATE ON TEMPORADA 
AFTER INSERT OR UPDATE ON table1
BEGIN
  modul_estadistic.actualitza_M_E_C7();
END;