DBMS
DBMS
22. Write a Pl/Sql program to display sum of prime numbers and sum
of
composite numbers in the given
range.
23. Write a Pl/Sql trigger on the emp table when ever an update
is performed on the emp
table.
24. Write a Pl/Sql program to raise the employee salary by 10%,
for department number 30 people and also maintain the raised details
in
the raise
table.
25. Write a procedure to update the salary of employee, who are
not getting commission
9%.
26. Write Pl/Sql program to check the given string is palindrome
or not.
table used:
elect
name null?
Type
----------------------------------
-mno not null number(3)
cname
varchar2(20)
cur_read
number(5)
prev_read
number(5)
no_units number(5)
amount number(8,2)
ser_tax number(8,2)
net_amt number(9,2)
*****