MySQL + SQL · Lesson 10

DBMS में Data Models

Data Model क्या है?

Data model बताता है कि database में data कैसे organize और connect होता है। अलग models relationships अलग तरह store करते हैं।

मुख्य Data Models

ModelStructure
Hierarchicaltree (parent-child), हर एक का एक parent
Networkgraph, many-to-many links
Relationalkeys से जुड़ी tables (सबसे common)
Object-orienteddata objects के रूप में

सारांश

  • Data model define करता है कि data और relationships कैसे structured हैं।
  • Relational (tables + keys) आज सबसे ज़्यादा use होता है।
🔗

Share this topic with a friend

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

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

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