create or replace trigger dml_in_trigger before insert on emp begin --DML statements --- it\'s correct or not
end