Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1,
Continue readingCategory: Oracle
Pl/SQL Program for Palindrome Number
A palindrome number is a number that remains the same when its digits are reversed. example:- 16461 Pl/SQL Program for
Continue readingPL/SQL Program for Fibonacci Series
Fibonacci Series is a series of numbers in which each number is the sum of the two preceding numbers. The
Continue readingPL/SQL Program to Reverse a String
PL/SQL Program to Reverse a String Here we are going to write a pl/sql program to reverse a string. In
Continue readingPL/SQL Program for Prime Number
PL/SQL Program for Prime Number Prime Number:-Prime number is a number if it is divisible by 1 or itself. For
Continue readingPL/SQL Program to Swap two Numbers
PL/SQL Program to Swap two Numbers :- We are going to write a PL/SQL program to swap variable with or
Continue readingPL/SQL Program for Armstrong Number
An Armstrong number is an integer such that the sum of the cubes of its digits is equal to the
Continue reading