MySQL + SQL · Lesson 6

DBMS की Characteristics

DBMS की Characteristics क्या हैं?

DBMS की characteristics वे key features हैं जो इसे पुराने file-based system से कहीं बेहतर बनाते हैं। Class 12 और B.Tech exams में यही qualities लिखनी होती हैं।

मुख्य Characteristics

Characteristicमतलब
Self-describing natureDatabase, data + data का description (metadata) catalog में रखता है
Data abstractionInternal storage details छुपाता है; user को simple view दिखता है
Data independenceStorage बदलने से application programs नहीं टूटते
Multiple viewsअलग-अलग users एक ही data के अलग views देख सकते हैं
Controlled redundancyData बेवजह repeat नहीं होता
Data sharingकई users एक साथ same data access करते हैं
Security & integrityPermissions और constraints data की रक्षा करते हैं
Transaction supportACID transactions data consistent रखते हैं

Example

School DBMS में accountant को सिर्फ fee data (एक view) दिखता है, जबकि principal को fees + results + attendance — same database, multiple views। Constraints किसी को negative fee डालने से रोकते हैं (integrity)।

सामान्य गलतियाँ

  • "characteristics" को "advantages" से mix करना — characteristics built-in features हैं; advantages उनके फायदे हैं।
  • Self-describing nature (metadata) भूल जाना — favourite exam point।

सारांश

  • DBMS characteristics: self-describing nature, data abstraction, data independence, multiple views, controlled redundancy, sharing, security और transactions।
  • ये features DBMS को plain files से बेहतर बनाते हैं।
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।