25.12.2012 Views

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Syntaxe<br />

CREATE [OR REPLACE] TRIGGER nom_trigger<br />

instant liste_evts<br />

ON nom_table [FOR EACH ROW]<br />

[WHEN ( condition ) ]<br />

--Corps<br />

instant ::= AFTER | BEFORE<br />

liste_evts ::= evt {OR evt}<br />

evt ::= DELETE | INSERT | UPDATE [OF { liste_cols }]<br />

liste_col ::= nom_col { , nom_col }<br />

--corps <strong>de</strong> pgme PL/SQL<br />

Riadh HADJ M’TIR – 2011/2012 236

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!