Entity is a primary data object in the Database. Entity is used to store Real (Person / Place / Thing) or Abstract (Concept / Event) Information in the Database. Entity is equivalent to Table in the Relational Database.
Entity must have more than one Attributes and Identifier to make a Relationship between two or more Entities.