MySQL + SQL · Lesson 13

RDBMS Concepts Examples के साथ

मुख्य RDBMS Concepts

RDBMS कुछ core concepts पर बना है: relation, tuple, attribute, domain, keys और integrity rules

Concepts

Conceptमतलब
RelationTable
TupleRow
AttributeColumn
DomainColumn के allowed values
Primary keyRow को unique पहचानती है
Foreign keyदूसरी table से जोड़ती है

Integrity Rules

  • Entity integrity: primary key NULL नहीं हो सकती।
  • Referential integrity: foreign key को मौजूद primary key से match करना चाहिए (या NULL)।

सारांश

  • Relation, tuple, attribute, domain, keys relational model बनाते हैं।
  • Entity व referential integrity data valid रखते हैं।
🔗

Share this topic with a friend

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

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

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