+ 2
is it possible to use replace on every one of those (proc...function...trigger..)???
is it possible to use replace on every one of those (proc...function...trigger..) just like views..
1 Réponse
+ 1
In PL SQL, while creating procedures, function, views, triggers we can make use the command, create or replace function xyz(), similarly for others as well.