Index
Index
No:
1. Build the following database schemas
and perform the manipulation
operations on these schemas using SQL
DDL,DML,TCL and DCL commands.
2. Construct a PL/SQL program to find
largest number from the given three
numbers.
3. Build a PL/SQL program to generate all
prime numbers below 100.
4. Construct a PL/SQL program to
demonstrate %type and %row type
attributes.
5. Develop a PL/SQL procedure to find
reverse of a given number.
6. Create a PL/SQL procedure to update
the salaries of all employees by 10% in
their basic pay.
7. Execute a PL/SQL procedure to
demonstrate IN, OUT and INOUT
parameters.
8. Design a PL/SQL trigger before/after
update on employee table for each
row/statement.
9. Create a PL/SQL trigger before/after
delete on employee table for each
row/statement.
10. Build a PL/SQL trigger before/after
insert on employee table for each
row/statement.
11. Design and build the following
applications using SQL and front end
tool and generate report
•Video library management system.
INDEX