is it possible to use replace on every one of those (proc...function...trigger..)??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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..

27th Jan 2017, 5:36 PM
Yassine
Yassine - avatar
1 Answer
+ 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.
4th Feb 2017, 7:42 PM
mahendra k
mahendra k - avatar