what is data independence exactly? give an example
Answer Posted / sravya
There are two types of data independence
1. Logical data independence: The ability to change the
logical (conceptual) schema without changing the External
schema (User View) is called logical data independence. For
example, the addition or removal of new entities,
attributes, or relationships to the conceptual schema should
be possible without having to change existing external
schemas or having to rewrite existing application programs.
2 Physical data independence: The ability to change the
physical schema without changing the logical schema is
called physical data independence. For example, a change to
the internal schema, such as using different file
organization or storage structures, storage devices, or
indexing strategy, should be possible without having to
change the conceptual or external schemas.
| Is This Answer Correct ? | 127 Yes | 11 No |
Post New Answer View All Answers
what happened to the global index when I truncate the data in one of the partition?
What is oracle instant client?
Explain the function of optimizer in oracle?
What is literal?
Is primary key indexed by default in oracle?
What is proxy method?
Can we create database in oracle using command line ?
How to manage transaction isolation level?
How to connect the oracle server as sysdba?
What is an oracle tablespace?
What are the attributes that are found in a cursor?
What is a procedure in oracle?
How to commit the current transaction in oracle?
What is the difference between a user and a schema in oracle?
Difference between pre-select and pre-query