5. Three-Level Architecture in DBMS

🏗️ Three-Level Architecture in DBMS

This architecture organizes how data is stored, viewed, and managed. इसमें तीन levels होते हैं:

🔹 1. External Level (User View – यूज़र का नज़रिया)

  • Hindi: User को वही data दिखता है जो उसके काम का है।
  • Example: A student sees only their marks, not the whole database.

🔹 2. Conceptual Level (Logical View – तार्किक दृष्टिकोण)

  • Hindi: Database का पूरा logical structure दिखाता हैजैसे tables और उनके relationships.
  • Example: Schema जिसमें Students और Marks tables और उनका link दिखता है।

🔹 3. Internal Level (Physical View – भौतिक संग्रहण)

  • Hindi: Data memory या disk में physically कैसे रखा हैये बताता है।
  • Example: Files कैसे save होंगी, indexing कैसे होगी, access path कैसे बनेगा।

Three-Level DBMS Architecture (External ...