Explain what domain entities are and provide some examples
What will be an ideal response?
A domain entity is an entity that is directly related to the business problem of the database. For instance in a retail database, Inventory, Customer, and Sale would be domain entities.
Business