You are on page 1of 1

CSE3001 Database Management Systems

Lab Program 10 – PL SQL - Procedure

1. Write a Pl/SQL procedure to insert the record in a table.


Also display all the records using procedure.

2. Write a Pl/SQL Program to find the greatest number among


three numbers using procedure, and IN, OUT parameter.

You might also like