Hi folks, A user-defined function is a set of PL/SQL statements you can call by name. Functions are very similar to procedures, except that a function returns a value to …
Read More »Tag Archives: plsql function
PL/SQL Programing -5 IF-ELSE Condition
Hi all in this article we continue with the flow operators in PL / SQL Programming. You can browse our previous article before moving on to this article PL/SQL Programing …
Read More »PL/SQL Programing -4 Characters and Data types
Hello, PL / SQL Programming articles continue. In my previous article, we talked about function, procedure blocks, and today we will look at character sets and data types. I recommend …
Read More »PLSQL Programing -3
Hi, I continue to write PL / SQL. In the previous article, we have examined the simple block structure and made a small start, now we will continue with the …
Read More »PL/SQL Programing -2
Hi, I continue to PL / SQL articles. If you have not read the previous article, I recommend you to start there first. In this article we will introduce PL …
Read More »