SQL based database management project
This project is based on HOSTEL MANAGEMENT!! Hostel management system is the database system to maintain the records related to hostel, it’s information, it’s management, staff and students living in it so that anyone can enquire or access the information about everything related to the hostel. Our model consists of information of following Entity sets:- it has attributes:-- Hostel number (primary key)
- Capacity
- Hostel Name
- Vacant Rooms and Some facility attributes like:-
- Mess ID (Foreign Key)
- Sports
- Newspaper
- Name (Composite attribute)
- Employee Id (primary key)
- Sex
- Salary
- Age
- Contact number ( multivalued attribute)
- Mail_id
- Post
- Name (Composite attribute)
- Employee Id (primary key)
- Sex
- Salary/ wage
- Age
- Contact number ( multivalued attribute)
- Company/Contractor’s name
- Working as
- Record number (Primary Key)
- Timestamp of arrival
- Timestamp of departure
- Contact no. (Multivalued attribute)
- Visitor Name
- Hostel number(Visited)
- Record number(Primary Key)
- Timestamp of sign out
- Timestamp of sign in
- Roll number(foreign key)
It has attributes:-
- (Hostel number, Room number)(Primary Key)
- IP Address
- Mess ID(Primary Key)
- Catarer’s name
- Representative
- (Mess Id,Day,Time)(Primary Key)
- Menu
- ID_No(Primary Key)
- Attendence
- Working Days
- Hostel (working at Present)
- ID_No(Primary Key)
- Attendence
- Working Days
- Hostel (working at Present)
- Roll number(Primary Key)
- Attendence
- Days in Hostel
- Hostel(living at present)
- 1.Name:- it is used in many entity sets and has the following attributes:- 1.First name 2.Last name
- 2.Address:- it has following attributes:- 1.House no. 2.Street no.
- 3.Pin code:- It has following attributes:- 1.City 2.State 3.Country 4.ZIP Code
- Warden of hostels:To keep the record of personal details of each employee and students of the hostel.
- Supervisiors of hostels : Same as Warden’s role.
- Security Officer : To keep the record of the visitors visiting the hostel, arrival and departure time of a student from the hostel.
- The Administrator can :
- Allot different students to the different hostels.
- Control the status of the payment of salaries and other expenses.
- Edit the details of the students & modify the student records.
- If any administrative authority comes to investigate the hostel’s record (like Director etc.), then the administrator can make them see the proper records.