The document discusses various PL/SQL programs including procedures, functions, triggers and cursors. It provides examples of incrementing a variable using a loop, checking if a number is a palindrome, finding the factorial or a number, generating prime numbers, finding the cube of a number, finding the greatest of two numbers, finding the largest of three numbers, evaluating math operations on numbers, checking if a number is an Armstrong number, reversing a number, triggers for before/after insert/delete/update, inserting using triggers, and using a cursor to retrieve employee details.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
45 views16 pages
PLSQL, Triggers, Cursors
The document discusses various PL/SQL programs including procedures, functions, triggers and cursors. It provides examples of incrementing a variable using a loop, checking if a number is a palindrome, finding the factorial or a number, generating prime numbers, finding the cube of a number, finding the greatest of two numbers, finding the largest of three numbers, evaluating math operations on numbers, checking if a number is an Armstrong number, reversing a number, triggers for before/after insert/delete/update, inserting using triggers, and using a cursor to retrieve employee details.