You are on page 1of 3

For cover page

What is ER Diagram?
An Entity–relationship model (ER model) describes the
structure of a database with the help of a diagram, which is
known as Entity Relationship Diagram (ER Diagram). ER diagram
shows the relationship among entity sets. An ER model is a
design or blueprint of a database that can later be
implemented as a database. The main components of E-R
model are entity set and relationship set.

My Scenario: This ER (Entity Relationship) Diagram represents the


model of Hotel Management System Entity. The entity-relationship
diagram of Hotel Management System shows all the visual instrument
of database tables and the relations between Manager, Hotel, Owner,
Employee etc. It used structure data and to define the relationships
between structured data groups of Hotel Management System
functionalities. The main entities of the Hotel Management System are
Hotel, Employee, Owner.
Phone Date of
Emp no. First Last Address number birth
name name

Employee

M
1

Works at
Manages

1 1
Phone

Hotel

Address
M

No. of Owned by room

Owner

ID Name Address Phone Email


number address

You might also like