That's quite a general question!

Basically, all types that the database system itself offers, like NUMERIC, VARCHAR etc., or that the programming language of choice offers (int, string etc.) would be considered "atomic" data(base) types.

Anything that you - based on your program's or business' requirements - build from that, business objects and so forth, are entities.

Tables, constraints and so forth are database-internal objects needed to store and retrieve data, but those are general not considered "entities". The data stored in your tables, when retrieved and converted into an object, that then is an entity.

Marc

Answer from marc_s on Stack Overflow
🌐
GeeksforGeeks
geeksforgeeks.org › dbms › entity-in-dbms
Entity in DBMS - GeeksforGeeks
October 13, 2023 - An entity in DBMS represents a real-world object or concept that can be uniquely identified and stored in a database. It forms the foundation of data modeling in an Entity-Relationship (ER) model.
🌐
Indeed
uk.indeed.com › career guide › career development › what is an entity in database management? (plus types)
What is an entity in database management? (Plus types) | Indeed.com UK
August 22, 2023 - An entity in a database is a thing, place, person or object that is independent of another. In databases, you store information about things in the real world, and these things are database entities.
People also ask

What is an entity in DBMS?
An entity in DBMS is a real-world object, person, or concept that can be distinctly identified and stored in a database, such as a customer or a product.
🌐
upgrad.com
upgrad.com › home › blog › software development › a comprehensive guide to entity in dbms: types, entity sets, and practical applications in 2025
A Comprehensive Guide to Entity in DBMS | Different Types of Entity ...
What’s the difference between an entity and an entity set?
An entity refers to a single data object, while an entity set is a collection of similar entities, like all students in a school database.
🌐
upgrad.com
upgrad.com › home › blog › software development › a comprehensive guide to entity in dbms: types, entity sets, and practical applications in 2025
A Comprehensive Guide to Entity in DBMS | Different Types of Entity ...
What is the purpose of an entity set in DBMS?
An entity set groups entities with similar attributes, making it easier to manage, query, and maintain related data in a database.
🌐
upgrad.com
upgrad.com › home › blog › software development › a comprehensive guide to entity in dbms: types, entity sets, and practical applications in 2025
A Comprehensive Guide to Entity in DBMS | Different Types of Entity ...
🌐
Gleek
gleek.io › blog › database-entity
What is a database entity? | Gleek
If your database contains entities that share attributes, you can group them into an entity set and store them in a single table. One of the criteria for determining whether something is an entity is that it can be differentiated from other entities, so the table will only contain unique entities.
🌐
Study.com
study.com › courses › business courses › relational databases tutorial
What is an Entity in a Database? - Lesson | Study.com
July 2, 2017 - Learn how entities differ from attributes and why relationships between entities are the key to a good database. ... An entity is an object that exists. It doesn't have to do anything; it just has to exist.
🌐
IBM
ibm.com › docs › en › imdm › 12.0.0
Key concepts: Entity, attribute, and entity type
Depending on your implementation style, the concepts of entity, attribute, and entity type reflect the technical capabilities of virtual and physical MDM.
🌐
Datensen
datensen.com › blog › data-modeling › what-is-a-database-entity
What is a Database Entity
July 14, 2023 - A database entity can be anything that exists in the real world such as a person, a book, a product, a company, an event, etc. In the real world, almost everything has certain characteristics.
Find elsewhere
🌐
Centriqs
centriqs.com › database-software › database-entity.php
Database Entity: Definition, Relationship, Attributes and Settings
Database entity is a thing, person, place, unit, object or any item about which the data should be captured and stored in the form of properties, workflow and tables. Entity is the key element in all relational databases.
🌐
Quora
quora.com › What-is-a-database-entity
What is a database entity? - Quora
Answer (1 of 9): Think of any “entity” as an objects, and these objects are typically (but not always) the main focus of a single given table. Each of the fields are therefore, the characteristics or “traits” of that object.
🌐
Upgrad
upgrad.com › home › blog › software development › a comprehensive guide to entity in dbms: types, entity sets, and practical applications in 2025
A Comprehensive Guide to Entity in DBMS | Different Types of Entity Sets
August 5, 2025 - An entity in DBMS represents real-world objects such as people, products, or events that are stored as data. Understanding entities and entity sets is crucial for building scalable, structured databases that support data-driven technologies ...
🌐
Medium
medium.com › @damilareaadedoyin › understanding-database-entities-and-relationships-996ed18abd0e
Understanding Database Entities and relationships | by Damilare A. Adedoyin | Medium
December 6, 2022 - The Pets entity also depends on the HumanBeing entity because it references the owner of the pets in the family. Entities typically represent a database schema for a table as it contains only attributes that map to columns in the table.
🌐
Owox
owox.com › glossary › entity
What Is an Entity in Data and Why It Matters
April 10, 2025 - In database systems, an entity represents a real-world object or concept, such as a person, place, event, or product—that holds data. It doesn’t perform any action but simply exists as a recordable item.
🌐
Board Infinity
boardinfinity.com › blog › a-quick-guide-to-entities-in-dbms
Entity in DBMS with Examples | Board Infinity
July 11, 2023 - The entity is an object which can be represented in a database using some attributes and is associated with other Entities using some Relationship.
🌐
The Knowledge Academy
theknowledgeacademy.com › blog › entity-in-dbms
Entity in DBMS: What it is and Its Types with Examples
Entities serve as the building blocks for organising and managing data within a Database. Each Entity is characterised by a unique identifier known as a primary key, attributes that describe its properties, and often, relationships with other ...
🌐
Hero Vired
herovired.com › home › learning-hub › topics › entity-in-dbms
Entity in DBMS- Definition, Types, and Examples
Entity is a fundamental and key concept to understanding database design. An entity in DBMS is any object that can be distinguished from other objects in the real world. It is a unique object that can be identified within database systems.
🌐
TechTarget
techtarget.com › whatis › definition › entity
What is an entity? | Definition from TechTarget
Entity data can be stored in a ... step in the creation of a database), an entity is some unit of data that can be classified and has stated relationships to other entities....
🌐
Oracle
docs.oracle.com › cd › A97335_02 › apps.102 › bc4j › developing_bc_projects › bc_awhatisaneo.htm
What Is an Entity Object?
When you use a Business Components for Java wizard to create entity objects from existing tables, each database table becomes an entity object. Each column in the database table becomes an entity object · attribute, which can have the same name as the column or a different name that is more meaningful to your business application.
🌐
ScienceDirect
sciencedirect.com › topics › computer-science › entity-database
Entity Database - an overview | ScienceDirect Topics
There are several different approaches, both historical and current, that are types of database models: hierarchical models that store data in tree structures, network models, relational models that organize data in tables with defined relationships, and NoSQL databases designed to handle unstructured or semi-structured data with flexible schemas. 3 In object-relational database management systems (ORDBMS), each object is a database entity that has a set of behaviors and a set of properties.