You are on page 1of 3

EXPERIMENT-2.

Student Name: Sumeer Sharma UID: 19BCS6018


Branch: CSE AIML Section/Group: 1/A
Semester: 7th Date of Performance: 08/11/2022
Subject Name: ADBMS Lab
Subject Code: CSP-436

1. Aim/Overview of the practical: To implement PL/SQL programming using


exception handling.

2. Task to be done: To implement PL/SQL programming using exception handling.

3. Tools Used: Oracle Database, SQL command line

4. Steps for experiment/practical:


Code:
Exception Handling: An exception is an error which disrupts the normal flow of program
instructions. And Exception handling is find out the error in the code and resolve the error.
There are two types of exception handling:
i. System Defined Exception: These exceptions are predefined in PL/SQL which get
raised WHEN certain database rule is violated.
ii. User Defined Exception: This type of users can create their own exceptions according
to the need and to raise these exceptions explicitly raise command is used.
Learning outcomes (What I have learnt):

1. I Learnt about Exception Handling.

2. I Learnt Exception implementation.

3. I have learnt about Exception types.

Evaluation Grid (To be created as per the SOP and Assessment guidelines by the faculty):

Sr. No. Parameters Marks Obtained Maximum Marks


1.
2.
3.

You might also like