replace keyword
800528Mar 20 2011 — edited Mar 21 2011hi,
when you create a trigger using syntax,
create or replace trigger <trigger_name>....
......
now
if you use REPLACE and the name of an existing stored function, procedure, or package, it will be replaced by the trigger.is it true?