0% found this document useful (0 votes)
25 views

Database Management Systems Lab

The document outlines the lab cycles and programs prescribed for the Database Management Systems lab course. Lab Cycle I involves creating tables and implementing queries for various SQL operations like insertion, retrieval, updating, and deletion. It also includes creating views and triggers. Lab Cycle II is a mini project to design, develop and query a database for a travel company, including programs for bus, ticket, and passenger creation and updating, as well as queries on these relations. The mini project can optionally be extended to applications for railways and airways.

Uploaded by

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

Database Management Systems Lab

The document outlines the lab cycles and programs prescribed for the Database Management Systems lab course. Lab Cycle I involves creating tables and implementing queries for various SQL operations like insertion, retrieval, updating, and deletion. It also includes creating views and triggers. Lab Cycle II is a mini project to design, develop and query a database for a travel company, including programs for bus, ticket, and passenger creation and updating, as well as queries on these relations. The mini project can optionally be extended to applications for railways and airways.

Uploaded by

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

G.

NARAYANAMMA INSTITUTE OF TECHNOLOGY AND SCIENCE


(AUTONOMOUS OF JNTUH)

(FOR WOMEN)

DEPARTMENT OF INFORMATION TECHNOLOGY


DATABASE MANAGEMENT SYSTEMS LAB
II B.Tech - II SEMESTER

Programs Prescribed: 6 Practice


+

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.

You might also like