INDEX
Sr. No. Aim Date Page no.
1 Solve problems 27/7/22 3
using Induction
2 Solve problems 2/8/22 5
on Eulerian and
Hamiltonian
graph
3 Solve problems 23/8/22 7
on Chromatic
number and
colouring
4 Solve problems 30/8/22 8
using Kruskal’s
Algorithm
5 Solve problems 6/9/22 11
using Prim’s
Algorithm
6 Solve problems 13/9/22 13
using Dijkstra’s
Algorithm
7 Solve problems 20/9/22 `16
on network flows
using Ford
Fulkerson
Labelling
Algorithmn
INDEX
Sr. No. Aim Date Page no.
1 Creating and 20/9/22 5
working with
Insert / Update /
Delete Trigger
using Before /
After clause
2 Writing PL/SQL 19/9/22 10
Blocks with basic
programming
constructs by
including
following: a.
Sequential
Statements b.
unconstrained
loop 6 JULY 2021
10 3 Sequence
3 Sequences: 19/9/22 13
A. Creating simple
Sequences with
clauses like START
WITH,
INCREMENT BY,
MAXVALUE,
MINVALUE, CYCLE
| NOCYCLE,
CACHE |
NOCACHE, ORDER
| NOORECER.
B. Creating and
using Sequences
for tables.
4 Writing PL/SQL 19/9/22 15
Blocks with basic
programming
constructs by
including
following:
A. If...then...Else,
IF...ELSIF...ELSE...
END IF
B. Case statement
5 Write a PL/SQL 19/9/22 18
block with CASE
WHEN Statement
6 Writing PL/SQL 20/9/22 20
Blocks with basic
programming
constructs for
following Iterative
Structure:
a. While-loop
Statements
b. For-loop
Statements.
7 Writing PL/SQL 20/9/22 23
Blocks with basic
programming
constructs by
including a Goto
to jump out of a
loop and NULL as
a statement
inside IF
8 Writing 20/9/22 27
Procedures in
PL/SQL Block
Create an empty
procedure,
replace a
procedure and
call procedure
Create a stored
procedure and
call it Define
procedure to
insert data
9 Writing Functions 20/9/22 30
in PL/SQL Block.
Writing a
recursive
Functions in
PL/SQL Block
10 Study of 19/9/22 35
transactions
rollback, commit