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

How many types of stored procedure?

0 Answers  


What is DML (Data Manipulation Language)?

0 Answers  


What are the unary operations in Relational Algebra?

0 Answers  


What is an Entity?

0 Answers  


How do you communicate with an RDBMS?

0 Answers  






What is system catalog or catalog relation? How is better known as?

0 Answers  


State the different extensions for stored procedures?

0 Answers  


what is the difference between LENGTH AND SIZE?

0 Answers   Enercon,


What do you know about system database? : sql server architect

0 Answers  


What is master database? : sql server architect

0 Answers  


What is Query evaluation engine?

0 Answers  


How one call ddl statement using stored procedures in oracle?

0 Answers  


Categories