Monday, February 23, 2015

Codd's Twelve Rules - Rule 8 - Physical Data Independence


Codd's Twelve Rules - Rule 8 - Physical Data Independence



Rule 8
Physical Data Independence
Rule
Changes in the physical level must not lead to a change in the next higher level called logical level.
Description
Any change in the physical level (lowest level that talks about how data is stored in a database, say for example, in arrays or linked lists etc.) must not lead to a change in the logical level (tables, columns, rows etc.).
Applications that are defined on the physical level should be able to continue to work even when changes are made to the internal implementation of data storage and access methods.
The way the data stored physically must be independent of how its accessed logically.
Example
For example, relations are stored as unordered files. If the change from unordered files to some other representation would not require a change in the table design, attribute types etc.
Some DBMS that fulfills this property
Almost all Relational DBMSs support this property.



No comments:

Post a Comment

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents

data recovery