0% found this document useful (0 votes)
36 views6 pages

Abhi DBMS 1.3

This document is an experiment report submitted by a student for their Database Management Systems course. It details four PL/SQL programs the student was assigned to write: 1) swapping two numbers with and without a temporary variable, 2) declaring variables, 3) calculating the area and perimeter of a rectangle, and 4) determining if a number is odd or even. The student learned about PL/SQL, using loops in PL/SQL, and logic building. Their work was evaluated based on performance, a viva voce, and submission of a work sheet, for a total possible score of 30.

Uploaded by

Abhinov Roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views6 pages

Abhi DBMS 1.3

This document is an experiment report submitted by a student for their Database Management Systems course. It details four PL/SQL programs the student was assigned to write: 1) swapping two numbers with and without a temporary variable, 2) declaring variables, 3) calculating the area and perimeter of a rectangle, and 4) determining if a number is odd or even. The student learned about PL/SQL, using loops in PL/SQL, and logic building. Their work was evaluated based on performance, a viva voce, and submission of a work sheet, for a total possible score of 30.

Uploaded by

Abhinov Roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

Experiment No. 1.3

Student Name: Abhinov Kumar Roy UID:21BCS9952


Branch: CSE Section/Group:802 - B
Semester: 3rd Date of Performance:1/09/2022
Subject Name: DBMS Subject Code: 21CSH-214

1. Aim of the practical:


Introduction and implementation of programs using Block Structure and
variables.
2. Objective:
1. We have to learn about PL/SQL.
2. We have to learn the concept of a loop for PL/SQL.
3. Program Codes:

Q1. Write a PL/SQL program to SWAP two numbers with and without using
temporary variables.

1. With temporary variable.

2. Without a temporary variable.


DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Q2. Write a PL/SQL program to the declaration of variables.


DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Q3. Write a PL/SQL program to find area and perimeter of rectangle.


DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Q4. Write a PL/SQL program to find odd or even number.


DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Learning outcomes (What I have learned):


1. We have learned the concept of PL/SQL.
2. We have learned how to use loops in PL/SQL.
3. We have learned logic building for various programs.
4. Learn about oracle live sql online pl/sql compiler
Evaluation Grid:
Sr. No. Parameters Marks Obtained Maximum Marks
1. Student Performance 12
(Conduct of experiment)
objectives/Outcomes.
2. Viva Voce 10
3. Submission of Work Sheet 8
(Record)
Total 30

You might also like