SQL DDL COMMANDS DML COMMANDS TCL COMMANDS FIBONACCI SERIES FACTORIAL STRING REVERSE SUM OF SERIES PL/SQL TRIGGER CURSOR STUDENT MA...
Showing posts with label Database Management Systems Lab. Show all posts
Showing posts with label Database Management Systems Lab. Show all posts
SUM OF SERIES
Database Management Systems Lab
AIM: To find the sum of series in SQL. ALGORITHM: Step 1: Start the program. Step 2: Get the number of terms n. Step 3: Start the l...
REVERSING A GIVEN STRING
Database Management Systems Lab
8 AIM: To reverse a string in SQL. ALGORITHM: Get the input string. Find the length of the string. Extract the char one by one from ...
FACTORIAL OF THE GIVEN NUMBER
Database Management Systems Lab
AIM: To write PL/SQL program using function and procedure.. ALGORITHM: Algorithm for main function: Step 1: Accept he value of n in th...
FIBONACCI SERIES
Database Management Systems Lab
AIM: To find the Fibonacci series of the give number using sql program. ALGORITHM: Step 1: Start Step 2: Get the no of terms n in the...
Subscribe to:
Posts (Atom)