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
Explain the use of record length option in exp command.
How to drop an existing view in oracle?
Can a formula column be obtained through a select statement ?
Why we use bulk collect in oracle?
What is the difference between postgresql and oracle?
How to change user password in oracle?
What is a procedure in oracle?
Is oracle a programming language?
How to write an inner join with the where clause in oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How to synchronize 2 schema's objects?
What is connection pooling in oracle?
Whether any commands are used for months calculation? If so, what are they?
Write a trigger example in oracle?
What are the uses of synonyms?