You are on page 1of 1

R.C.

TECHNICAL INSTITUE SOLA AHMEDABAD

COMPUTER ENGINEERING DEPARTMENT

Subject : Relational Database Management System Sem : 3

ASSIGNMENT – 4

CO4 : Write PL/SQL block using the concept cursor management , Error
Handling, package and trigger

1) Draw and explain generic PL/SQL block structure


2) Explain various data types in PL/SQL
3) Explain If statement with example
4) Explain while statement with example
5) Write PL/SQL block to find maximum number out of three given number
6) Write a program to debit a given account. Read account number and
amount to be debited. Debit the balance if the resulting balance is not less
than zero
7) What is cursor? Explain the types of cursor attributes with example.
8) What is exception? List out the pre defined numbered exceptions. Explain
user defined exception with example.
9) Explain procedure and function with example.
10) Write a short note on : Triggers

You might also like