Learn PL/SQL functions with simple explanation with examples. PL-SQL-Functions A FUNCTION is a named PL-SQL block that may or may not take a values as
Author: Viswanath A
ORACLE-INDEX- Learn about different types of index available in oracle and how to create index ,rename index and drop index. ORACLE-INDEX Index sorts the data
ORACLE-VIEWS-Learn about features of oracle views ,how to create view, and how to perform insert,update,delete operations on views with super simple explanation with examples. ORACLE-VIEWS
ORACLE Rank and Dense_rank functions – Learn how to calculate nth maximum and minimum value in the result set based on the ranking mechanism either
PL-SQL-Strings- Learn how to declare string variables and initialization of values into them. PL-SQL-Strings A string is a collection of characters with in a single
PL-SQL Arrays – Learn how to declare and initialize the values to array with some example programs. PL-SQL Arrays An array in PL-SQL is Varray. A
Divide two integers without *, / and % in C#. Learn how to divide two numbers with bitwise operators,’+ and _’ amd recursive functions. Divide
C#Program to find prime numbers in a given range – Learn how to identify the prime number, and display prime numbers between the given rane.
Check if number is palindrome in C# Learn how to reverse a number and compare the number with the original number for deciding whether the number
Prime numbers from 1 to N in reverse order in C# – Learn how to display the prime numbers in reverse order.For example you want