We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18
DATABASE MANAGEMENT
LAB ASSESSMENT 4 Kiran Tripathy 22BDS0172
Q.1) Write a plsql routine to display your ID CARD details.
Q.2) Write a plsql code to check whether the given year is leap year or not Q.3) Write a plsql code to find the greatest among 3 values Q.4) Write a plsql code to check the given number is armstrong number or not Q.5) Write a plsql code to read 5 subjects marks ,find average and display corresponding grade as S,A,B,C,D,Eand F. Q.6) Write a plsql code to generate Fibonacci series using function. Q.7) Write a plsql procedure to generate a factorial for a given number. Q.8) Write a plsql to generate a prime series up to given n value Q.9) Write plsql to check the given number is palindrome or not Q.10) Write a plsql to reverse the given digit Q.11) Create a view to display the employees corresponding project details department wise. OUTPUT : Q.12) Write a plsql to extract vowels from the given string Q.13) Write a cursor to update the employee salary 5% who are doing more than one project. Q.14) Write a trigger to check attendance eligibility for a student. Q.15) Write cursor to display the employees not involved in any project department wise.