What is Data Independence in DBMS in Hindi


What is Data Independence in DBMS in Hindi :


Data Independence Data transparency का प्रकार है जो एक centralized DBMS के लिए Value रखता है। यह Data की definition और organization में किए गए changes के लिए users applications की Immunity को Referenced करता है। Application programs idealरूप से, Data representation और storage की  details  के contact में नहीं होना चाहिए। DBMS Data का एक abstract view provide करता है ।

 

Data Independence के 2 Type के होते  हैं :

1. physical data independence
2. logical data independence

 

Data Independence और operation Independence एक साथ Data abstraction की सुविधा देता है। Data Independence के दो Type हैं। 

First Level of Data Independence

Data के  logical structure  को 'schema definition' के रूप में जाना जाता है। सामान्य तौर पर, यदि कोई user Application किसी relation के attributes  के subset पर संचालित होता है, तो बाद में तब affected नहीं होना चाहिए जब एक ही Relation में नई attributes Add किये जाते  हैं। Logical Data Independence indicates करती है कि मौजूदा Schema को affected किए बिना  conceptual schema को बदला जा सकता है।

 

Second Level of Data Independence

Data के  physical structure को "physical data description" कहा जाता है। physical data independence  users application से storage structure के details की   hiding  से संबंधित है:

 

1.logical data independence: logical schema (User View) को बदले बिना logical (conceptual) schema को बदलने की ability को logical data independence कहा जाता है। उदाहरण के लिए, conceptual schema में new entities, attributes या relationships को addition या removal या existing application program को फिर से लिखना।
2.Physical data independence: logical schema को बदले बिना physical schema को बदलने की ability को physical data independence कहा जाता है। उदाहरण के लिए, internal schema में change, जैसे कि different file organization या storage structures, storage devices, या indexing strategy का उपयोग करना, conceptual  या external schemas को बदलने के बिना संभव होना चाहिए।