Does a relational model provide physical and logical data independence?

1 answer

Answer

1134588

2026-04-27 06:51

+ Follow

Since a user can define a views, logical data independence can achieved by using view definition to hide changes in the conceptual schema.

since the sql user has no knowledge of how the data is physically represented, relying solely on the relation abstraction for querying, physical data independence is also achieved.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.