PL/SQL Practice Programs
1. Write a pl/sql program to add 2 number:
2. write a program to check whether the number is prime or not.
3. write a program to find the factorial.
4. write a program to print a table of the number
5. write a program to Reverse of the number.
6. write a program for Fibonacci Series.
7. write a program to check weather the number is odd or even.
8. write a program to check whether the number is Palindrome number or not.
9. write a program to Swap 2 numbers
10. write a program to find the Greatest of the 3 numbers.
11. write a program to calculate the circumference and area of a circle