what is data independence exactly? give an example
Answer Posted / mohammad aquib
When the logical structure of database changes , application program are only minimally affected and requires very little modification ,it is called data independent
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to delete multiple rows from a table in oracle?
Explain about functional dependency and its relation with table design?
What is an external table?
What's dateware house and what's clustor with practicle example
What is the difference between PFILE and SPFILE in Oracle?
Give the various rollback segment states.
What happens if you use a wrong connect identifier?
What are a cluster and non-cluster index?
Explain the use of online redo log files in oracle.
Is there an oracle sql query that aggregates multiple rows into one row?
What is max rowid in oracle?
How to define default values for formal parameters?
Is oracle a relational database?
How do I start tns listener?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?