Within Dynamics CRM, entities are used to define and hold business data. An entity has a set of attributes and each attribute represents a data item of a particular type. Entities are like database tables, and the entity attributes correspond to the table columns. CRM has some built in entities such as Account, Contact, Lead, Opportunity etc. These built in entities are known as System Entities.
More