InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between physical and logical data independence? |
|
Answer» In LOGICAL DATA Independence the logical schema is modified without rewriting the APPLICATION programs whereas in Physical Data Independence the physical schema is changed without rewriting the application programs. |
|