Logical data independence refers to the ability to change the logical schema without affecting external schemas or application programs. Physical data independence means changing the physical schema without changing the logical schema.
The Entity-Relationship model represents data structures graphically using three main elements - entity sets which are collections of similar entities, attributes which are properties of entities, and relationships which connect two or more entity sets.