Database Management Systems Lab
Database Management Systems Lab
(FOR WOMEN)
LAB CYCLE I
1. Creating tables for various relations (in SQL)
2. Implementing the queries in SQL for
a. Insertion
b. Retrieval Implement all the operation like Union, Intersect, Except, in, exist,
aggregate functions like Min,Max, Sum, Avg, Count
c. Updation
d. Deletion
3. Creating Views
4. Writing Assertions
5. Writing Triggers
6. Implementing Operations on relations (tables) using PL/SQL
LAB CYCLE II
MINI PROJECT
Objective: This lab enables the students to practice the concepts learnt in the Subject
DBMS by developing a database for an example company named Roadway Travels
whose description is as follows, The student is expected to practice the designing,
developing and querying a database in the context of example database Roadway
travels..
Design and develop the following using PL/SQL
1. Design and develop program for Bus Creation and Updation
2. Design and develop program for Ticket Creation and Updation
3. Design and develop program for Passenger Creation and Updation
4. Queries on all relations Bus, Ticket, Passenger
5. Develop a program and write a driver for executing it for Bus, Ticket and Passenger.
Optional:
Extension of Mini-project for other applications:
This system can be implemented for Railways and Airways.