Database Management System Project Report: Developed by
Database Management System Project Report: Developed by
PROJECT REPORT
DEVELOPED BY
Sheikh Muhammad Javad 1612252
Umair Riaz 1612218
Varsha Mankani 1612214
SUBMIT TO
SIR ADEEL AHMED
BSCS(IV-F)
1|12
TABLE OF CONTENT
2|12
Introduction to Project
Introduction:
We are making a project which is based on Hotel Management System. It explains
that how room booking is done in a hotel. We put different entities in our project
like hotel, customers, order, room, payments, reservation, employees. This also
helps us to know the records of those whose has already booked the room. It
contains the detail of different rooms available in the hotel.
Description:
Hotel management system is for manage all room types room services. The
objectives of the automated Hotel management system is to simplify the day to
day processes of the hotel. The system will be able to handle many services to
take care of all customers in a quick manner. This gives us detail and record the
information in to the database. Manager is responsible for managing resources
available in hotel management system. Manager also has most of the privileges
mentioned about except the things regarding the payment handling. Customer
service representative will have access to the reservation/booking.
3|12
RELATIONAL ERD:
LOGICAL ERD:
4|12
DDL:
create table employess(employee_id int primary key,employee_name
varchar(50),employee_phoneint,employee_address varchar(200),employee_postion
varchar(50),employee_joined_
date);
5|12
USERS ROLES AND ITS PRIVILIGES:
Roles:
Users:
6 |12
Viewindexes and sequence:
create sequence c1
increment by 1
nocycle;
7 |12
FROMS:
8|12
9|12
10|12
11|12
12|12