waht is meant data independence?

Answers were Sorted based on User's Feedback



waht is meant data independence?..

Answer / siva k mahen

The ability to change the organization of the database
itself without changing the application software.

Is This Answer Correct ?    9 Yes 2 No

waht is meant data independence?..

Answer / mahesh (ezeesoft)

If you change internal low level abstraction database then they dont affect on higl level abstraction.
There are two types of data independance:
1) Physical data independance:
If you change physical level of data then they dont affect on logical level.

2) Logical data independance:
If you change logical level of data then they dont affect on view level

Summary: The ability to modify the schema defination in one level should not affect the schema defination in next higher level.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB Architecture Interview Questions

What is indexing and what are the different kinds of indexing?

1 Answers  


What is the difference between a user defined function and a stored procedure?

1 Answers  


What is the difference between stored procedures and stored functions in oracle?

1 Answers  


What is System R? What are its two major subsystems?

1 Answers  


How do you communicate with an RDBMS?

1 Answers  


What is RDBMS KERNEL?

1 Answers  


Explain the truncate command? : sql server architect

1 Answers  


What is a query?

1 Answers  


Explain logical database components? : sql server architect

1 Answers  


What is 2NF?

1 Answers  


What is join dependency and inclusion dependency?

1 Answers  


Name the sub-systems of a RDBMS?

1 Answers  


Categories