Attributes are properties or characteristics that describe entities. In the EMPLOYEE entity example, attributes could include:
- Employee ID
- Name
- Date of birth
- Address
- Salary
These attributes describe and provide information about each employee entity instance. Attributes help define and differentiate entity instances from each other.