InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about Data Independence in the context of DataBase Management Systems (DBMS)? |
|
Answer» In Database Management Systems (DBMS), data independence implies that the application is independent of the storage structure and data ACCESS mechanism. It allows you to change the schema definition at one level without having to change the schema definition at the next level up. Data independence can be divided into two categories:
|
|