Knowee
Questions
Features
Study Tools

Differentiate between physical and logical data independence

Question

Differentiate between physical and logical data independence

🧐 Not the exact question you are looking for?Go ask a question

Solution

Physical Data Independence:

Physical data independence is the ability to modify the physical schema without causing applications to be rewritten. Modifications at the physical level are occasionally necessary to improve performance. This involves the data stored in the database such as insertion, deletion, and modification of a set of data. For example, changes in storage devices or technology.

Logical Data Independence:

Logical data independence is the ability to modify the logical schema without causing application programs to be rewritten. Modifications at the logical level are necessary whenever the logical structure of the database is altered (for example, when money-market accounts are added to a banking system). This involves the changing of tables, columns, and indexes. For example, adding a new column to a table.

In summary, physical data independence deals with hiding the details of the storage structure from user applications. The application should not be impacted due to a change in the physical storage of data. On the other hand, logical data independence shields the application from changes in the logical (conceptual) schema of the database.

This problem has been solved

Similar Questions

Which of the following describes the concept that any change made to the physical schema should not affect the logical level of the DBMS?Logical Data IndependenceLogical Data IsolationPhysical Data IsolationPhysical Data Independence

The term "Data independence" refers to ________.a.Programs are not dependent on the physical attributes of the datab.Programs are not dependent on both logical and physical attributes of datac.Programs are not dependent on the logical attributes of the datad.Data is defined separately and not included in the programs

Which level of data independence deals with changes in the conceptual schema that do not affect the application programs?a.Physical Data Independenceb.Structural Data Independencec.Logical Data Independenced.External Data Independence

Complete the sentence: Logical Data Independence is the ability to modify... physical-level schema without affecting the logical-level schema the logical-level schema with no effect on view-level schema. view-level schema without affecting logical-level schema. logical-level schema without affecting physical-level schema.

Type of data independence in which schema can be altered on a conceptual level without altering external level is classified asSelect one:a.Logical level data independenceb.Physical level data independencec.External level data independenced.Conceptual level data independence

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.