8. Difference Between Schema and Instance

📐 Schema (स्कीमा)Hindi: Schema database का design या नक्शा होता है।

It tells how data is organized → जैसे table names, column names, data types, relationships.

🟢 Example (उदाहरण):
School database 
में Students table:

  • Roll_No (number)
  • Name (text)
  • Class (text)
  • Marks (number)

·       👉 यह पूरा structure schema कहलाता हैयानी database का plan या layout

📌 Instance (इंस्टेंस)

  • Hindi: Instance वह actual data है जो database में किसी समय पर store होता है।
  • It keeps changing as we add, delete, or update data.
  • Hindi: जब हम data add, delete या update करते हैं तो instance बदलता रहता है।