Explained the different types of PLSQL cursors. Helpful for all developers who worked on PLSQL.
Category: PL/SQL
Here is sample PLSQL code to create internal variable using TYPE statement.
How to simplify lookup query in PL/SQL explained. You can use both cursor and Associative array for this purpose.
Here is a sample function that you can write in PL/SQL of Oracle. This function’s purpose is to check input if it is a number or not.
How to write SQL procedure in DB2 explained with coding guidelines.
Here’re complete details you need to write a SQL procedure correctly.
PL/SQL is a case-independent language, unless you specifically set up Oracle to be case-sensitive or explicitly…
Early binding and late binding in plsql and real differences.
Oracle PL SQL tutorial explained how to write a procedure in oracle or any RDBMS.
PLSQL engine in Oracle the functionality explained with graphical image that how PLSQL statement process inside of oracle database.
Runtime errors come due to design/coding faults. PL/SQL is strongly built, like any other language,…
You must be logged in to post a comment.