can anybody explain what is the main difference between functions and procedures in Oracle? Why must I use procedures if I can do everything with functions?
i think the major difference is :
Functions can not contain DML Statemnt whereas the procedures can. for example like Update and Insert.
if i am wrong correct me