Logical vs Physical Data Independence: Key Differences
The short answer Logical data independence is the ability to change the conceptual (logical) schema, such as adding an attribute or splitting a table, without changing the external views or the application programs. Physical data independence is the ability to…