Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

distaradores

estrudctura
create [or replace] trigger nombre
{before|after|instead off}
{insert|delete|ipdate[of <atributos>]} on <tabla>
[for each row|statement]
[when condicion]
begin
cuerpo del trigger
end

You might also like