Entities
In data modeling, we use the term entities to represent the things that we want to store in the database, and these things exist either physically or logically and can be uniquely identified. Entities are abstractions of the complexities of the things, a domain, that you're modeling. And, usually, they consist of only those characteristics that the application you're developing is interested in. For example, in the TaskAgile application, User entities represent the users of the application whose data needs to be stored in the database. During physical data modeling, if you're targeting an RDBMS, such as MySQL, these User entities will be stored inside a table, and each User entity will be a record of that table. Or, if you’re targeting ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access