In the database world, an entity is a real-world object or concept of importance to a user or an organization and it needs to be represented in a database. Each entity represents one theme, one topic, or a business concept. In a relational DBMS, each entity is the 'Name' of a Table, and each row in a table is an instance of an entity. In the Entity-Relationship model, each entity is the 'Title' or 'Name' of a table.