Related Topics

Related Subjects

ER Model in Hindi

RGPV University / DIPLOMA_CSE / DBMS

ER Model in Hindi

What is ER Model in Hindi

ER Model का पूरा नाम होता है Entity Relationship Model, जिसे हम अक्सर ER Diagram के रूप में भी जानते हैं। यह एक high-level data model है जो database का logical structure दर्शाने के लिए उपयोग होता है। यह मॉडल किसी भी system में मौजूद entities, उनके attributes और उनके बीच के relationships को visually represent करता है। अगर आपको Database को अच्छे से समझना है, तो ER Model को समझना सबसे जरूरी है क्योंकि यही foundation होता है database designing का।

Purpose of ER Model in Hindi

  • Database structure को clearly represent करने के लिए।
  • Entities, attributes और उनके बीच relationships को समझाने के लिए।
  • System analysis और design को आसान बनाने के लिए।
  • Logical data model को design करने के लिए।

Key Components of ER Model in Hindi

  • Entity: Entity किसी भी object, person, concept या place को represent करता है, जिसके बारे में हम data store करना चाहते हैं। जैसे: Student, Teacher, Book, Car आदि।
  • Attributes: ये entity की characteristics होते हैं। जैसे Student entity के लिए attributes हो सकते हैं: Name, Roll Number, Class आदि।
  • Entity Set: एक ही तरह की entities का collection। जैसे सभी students का group एक entity set होगा।
  • Relationship: दो या दो से अधिक entities के बीच का connection को relationship कहा जाता है। जैसे: Student और Course के बीच का "enrolls" relationship।
  • Relationship Set: Same type के relationships का collection।
  • Primary Key: ऐसा attribute जो entity को uniquely identify करे।

Types of Attributes in ER Model in Hindi

  • Simple Attribute: जिन्हें और छोटे parts में divide नहीं किया जा सकता। जैसे – Age, Gender आदि।
  • Composite Attribute: जिन्हें और sub-parts में divide किया जा सकता है। जैसे – Name को First Name और Last Name में।
  • Derived Attribute: ये attributes calculate किए जाते हैं, जैसे Age को Date of Birth से निकाला जा सकता है।
  • Multi-valued Attribute: जिनकी एक से ज्यादा values हो सकती हैं। जैसे – Phone Numbers।
  • Single-valued Attribute: जिनकी एक ही value होती है। जैसे – Roll Number।

Types of Entities in ER Model in Hindi

  • Strong Entity: जिसके पास खुद का primary key होता है और यह किसी दूसरी entity पर dependent नहीं होती।
  • Weak Entity: जिसके पास खुद का primary key नहीं होता और यह किसी दूसरी entity के साथ ही पहचान में आती है।

Types of Relationships in ER Model in Hindi

  • One-to-One (1:1): एक entity का relation दूसरी एक entity से ही होता है। जैसे – एक व्यक्ति की एक ही आधार कार्ड।
  • One-to-Many (1:N): एक entity का relation एक से अधिक entities से हो सकता है। जैसे – एक teacher कई students को पढ़ा सकता है।
  • Many-to-One (N:1): कई entities का relation एक entity से हो। जैसे – कई students एक ही college में पढ़ते हैं।
  • Many-to-Many (M:N): एक से अधिक entities का relation एक से अधिक entities से हो। जैसे – students कई courses ले सकते हैं और courses कई students को पढ़ा सकते हैं।

Types of Keys in ER Model in Hindi

  • Primary Key: जो entity को uniquely पहचानने में मदद करता है।
  • Candidate Key: ऐसे सभी keys जो uniquely identify कर सकते हैं।
  • Composite Key: जब एक से ज्यादा attributes मिलकर primary key बनाते हैं।
  • Foreign Key: एक entity में दूसरे entity का primary key जो relation establish करता है।

Diagram Symbols in ER Model in Hindi

Symbol Representation
Rectangle Entity
Ellipse Attribute
Diamond Relationship
Double Ellipse Multivalued Attribute
Dashed Ellipse Derived Attribute
Double Rectangle Weak Entity

Advantages of ER Model in Hindi

  • यह complex data को आसानी से समझने योग्य format में present करता है।
  • Database design को logically और clearly define करता है।
  • Developers और stakeholders को system का overview जल्दी समझ में आ जाता है।
  • Entity, attributes और relationships का perfect representation मिलता है।

Disadvantages of ER Model in Hindi

  • Real world की कुछ complex situations को represent करना मुश्किल हो सकता है।
  • ER Diagram में physical database aspects नहीं दिखाए जाते।
  • बहुत बड़ा diagram बन जाने पर इसे manage और समझना मुश्किल हो सकता है।
  • यह सिर्फ conceptual level पर useful होता है, implementation level के लिए नहीं।

Components of ER Model in Hindi

Introduction to Components in Hindi

अगर आप ER Model को समझना चाहते हैं, तो सबसे पहले उसके components को detail में जानना बहुत जरूरी है। जैसे किसी इंसान के parts होते हैं – आँख, कान, दिल – वैसे ही ER Model के भी अलग-अलग हिस्से होते हैं, जिन्हें हम Components कहते हैं। ये components मिलकर पूरे Database का logical structure बनाते हैं और हर एक component का अपना एक खास role होता है।

1. Entity in Hindi

Entity का मतलब होता है कोई भी ऐसा real-world object या concept जिसके बारे में हम data store करना चाहते हैं। यह object कुछ भी हो सकता है – एक व्यक्ति, एक जगह, कोई चीज़ या कोई event। जैसे: Student, Teacher, Book, Hospital – ये सभी entities हैं।

  • Entity Set: एक ही तरह की सभी entities का group, जैसे सभी Students का group एक entity set कहलाता है।
  • Strong Entity: जिसके पास अपना primary key होता है और जो किसी दूसरी entity पर dependent नहीं होती।
  • Weak Entity: जिसकी खुद की कोई identity नहीं होती और जो किसी दूसरी entity के साथ जुड़कर ही पहचान में आती है।

2. Attribute in Hindi

Attributes वो characteristics होते हैं जो किसी entity के बारे में जानकारी देते हैं। जैसे Student entity के attributes हो सकते हैं – Name, Roll Number, Class आदि। हर attribute का अपना type और purpose होता है, जो नीचे explain किया गया है।

  • Simple Attribute: जिन्हें और छोटे parts में break नहीं किया जा सकता। जैसे – Gender, Age।
  • Composite Attribute: जो कई sub-attributes में divide हो सकते हैं। जैसे – Name → First Name + Last Name।
  • Derived Attribute: जो calculate किए जाते हैं, जैसे Age को Date of Birth से निकाला जा सकता है।
  • Single-valued Attribute: जिनके पास केवल एक value होती है। जैसे – Aadhar Number।
  • Multi-valued Attribute: जिनके पास एक से अधिक values हो सकती हैं। जैसे – Phone Numbers।
  • Key Attribute: जो किसी entity को uniquely पहचानता है। जैसे Roll Number।

3. Relationship in Hindi

Relationship का मतलब होता है दो या दो से ज्यादा entities के बीच का logical connection। जैसे एक Student और एक Course के बीच का relation “Enrolls” कहलाता है। ER Model में ये relationship diamond shape से दर्शाए जाते हैं।

  • Relationship Set: एक ही तरह के सभी relationships का collection।
  • Degree of Relationship: इसमें बताया जाता है कि कितनी entities आपस में जुड़ी हुई हैं – Binary (2), Ternary (3) आदि।

4. Relationship Types in Hindi

  • One-to-One: एक entity एक दूसरी entity से जुड़ी होती है। जैसे – एक व्यक्ति की एक ही पासपोर्ट।
  • One-to-Many: एक entity कई entities से जुड़ सकती है। जैसे – एक Teacher कई Students को पढ़ा सकता है।
  • Many-to-One: कई entities एक entity से जुड़ी हो सकती हैं। जैसे – कई Students एक ही College में पढ़ते हैं।
  • Many-to-Many: कई entities कई दूसरी entities से जुड़ सकती हैं। जैसे – Students कई Courses ले सकते हैं और Courses कई Students को पढ़ा सकते हैं।

5. Keys in ER Model in Hindi

Keys का काम होता है entities को uniquely identify करना। एक entity में एक या एक से ज्यादा attributes होते हैं जो key की तरह behave कर सकते हैं।

  • Primary Key: वह attribute जो किसी entity को uniquely पहचानता है।
  • Candidate Key: सभी संभावित keys जो uniquely पहचान सकती हैं।
  • Composite Key: जब दो या दो से अधिक attributes मिलकर एक primary key बनाते हैं।
  • Foreign Key: एक entity का ऐसा attribute जो किसी दूसरी entity की primary key को reference करता है।

6. Generalization, Specialization, Aggregation in Hindi

ER Model में advanced concepts भी use होते हैं जो real-world situations को better represent करते हैं। इनमें शामिल हैं – Generalization, Specialization और Aggregation।

  • Generalization: जब दो या ज्यादा entities को combine करके एक generalized entity बनाई जाती है। जैसे – Doctor और Engineer को मिलाकर Person।
  • Specialization: जब एक generalized entity को specific entities में divide किया जाता है। जैसे – Person को Doctor और Engineer में।
  • Aggregation: यह एक higher-level abstraction होता है जिसमें relationship को भी entity के रूप में treat किया जाता है।

ER Model Symbols Table in Hindi

Symbol Meaning
Rectangle Entity
Ellipse Attribute
Diamond Relationship
Double Rectangle Weak Entity
Double Ellipse Multivalued Attribute
Dashed Ellipse Derived Attribute

Types of Attributes in ER Model in Hindi

Introduction to Attribute Types in Hindi

जब हम किसी भी entity के बारे में data store करते हैं, तो हमें उसकी details की ज़रूरत होती है। उन्हीं details को हम Attributes कहते हैं। हर attribute की एक specific type होती है, और हर type का अपना importance और behavior होता है। अगर आप ER Model को अच्छे से समझना चाहते हैं, तो आपको attribute के types को logically और practically दोनों तरीकों से समझना ज़रूरी है। यह टॉपिक students के लिए खास तौर पर important है क्योंकि यही foundation होता है अच्छे database design का।

1. Simple Attribute in Hindi

Simple Attribute वे attributes होते हैं जिन्हें और छोटे हिस्सों में divide नहीं किया जा सकता। यह atomic values होते हैं यानी इनके अंदर कोई और sub-value नहीं होती। जैसे – Gender, Age, Aadhar Number आदि।

  • Example: "Gender = Male" या "Age = 21"
  • ER Diagram में इन्हें एक single ellipse से दिखाया जाता है।

2. Composite Attribute in Hindi

Composite Attribute वे attributes होते हैं जो logically एक group बनाते हैं लेकिन उन्हें और छोटे parts में break किया जा सकता है। यह attribute एक parent attribute की तरह behave करता है, जिसमें कई sub-attributes होते हैं। जैसे Name को First Name और Last Name में बांटा जा सकता है।

  • Example: Name → First Name + Middle Name + Last Name
  • ER Diagram में इन्हें parent-child ellipses के रूप में दर्शाया जाता है।

3. Derived Attribute in Hindi

Derived Attribute वो attribute होता है जिसकी value किसी और attribute से calculate की जाती है। यह value database में directly store नहीं की जाती, बल्कि जरूरत पड़ने पर derive की जाती है। जैसे Date of Birth से हम Age निकाल सकते हैं।

  • Example: Age (Derived from Date of Birth)
  • ER Diagram में इसे dashed ellipse से दिखाया जाता है।

4. Single-Valued Attribute in Hindi

Single-Valued Attribute वे attributes होते हैं जिनकी हर entity के लिए एक ही value होती है। जैसे – एक व्यक्ति का Aadhar Number या एक student का Roll Number।

  • Example: Email ID = user@example.com
  • यह सबसे common attribute type होता है।

5. Multi-Valued Attribute in Hindi

Multi-Valued Attribute वे attributes होते हैं जिनके पास एक से ज़्यादा values हो सकती हैं। जैसे किसी व्यक्ति के पास एक से ज़्यादा Phone Numbers या Email IDs हो सकती हैं।

  • Example: Phone Numbers = {9876543210, 9123456780}
  • ER Diagram में इसे double ellipse से दिखाया जाता है।

6. Key Attribute in Hindi

Key Attribute ऐसा attribute होता है जो entity को uniquely identify करता है। हर entity set में कम से कम एक key attribute होना चाहिए, जिससे हम हर entity को अलग-अलग पहचान सकें।

  • Example: Student Roll Number, Aadhar Number
  • ER Diagram में इसे underline करके दिखाया जाता है।

7. Optional Attribute in Hindi

Optional Attribute वे attributes होते हैं जो कुछ entities के लिए available होते हैं और कुछ के लिए नहीं। यानि उनकी value null भी हो सकती है।

  • Example: Apartment Number (अगर कोई person flat में नहीं रहता तो यह null हो सकता है)

Attribute Types Table in Hindi

Attribute Type Explanation (in Hindi) Example
Simple Attribute जिन्हें divide नहीं किया जा सकता Age, Gender
Composite Attribute जो sub-parts में divide हो सकते हैं Name = First + Last
Derived Attribute जो calculation से निकाला जाता है Age from DOB
Single-Valued हर entity के लिए एक ही value Email ID
Multi-Valued एक से ज़्यादा values Phone Numbers
Key Attribute Entity को uniquely पहचानता है Roll Number
Optional Attribute जो null भी हो सकते हैं Apartment Number

Types of Relationships in ER Model in Hindi

Introduction to Relationship Types in Hindi

चलो एकदम आसान भाषा में समझते हैं। जब दो या दो से अधिक entities (जैसे – Student, Course, Teacher) आपस में जुड़ते हैं, तो उस connection को हम Relationship कहते हैं। जैसे एक student किसी course को join करता है, या एक teacher कई students को पढ़ाता है। इन relationships को ER Model में अलग-अलग categories में divide किया गया है ताकि हम उन्हें logically और clearly समझ सकें।

1. One-to-One (1:1) Relationship in Hindi

इस type के relationship में एक entity सिर्फ एक ही दूसरी entity से जुड़ी होती है। मतलब – एक person की सिर्फ एक ही passport हो सकती है, और एक passport सिर्फ एक person से जुड़ा होता है। यह बहुत ही strict relationship होता है और कम situations में use होता है।

  • Example: Person ↔️ Passport
  • Diagram में दोनों entities के बीच एक सीधी line होती है, और cardinality (1:1) mention किया जाता है।

2. One-to-Many (1:N) Relationship in Hindi

इस relationship में एक entity एक से अधिक दूसरी entities से जुड़ी हो सकती है। जैसे – एक teacher कई students को पढ़ा सकता है, लेकिन हर student का सिर्फ एक ही teacher हो सकता है। यह ER Modeling में बहुत common है।

  • Example: Teacher → Students
  • ER Diagram में यह एक entity से दूसरी entity तक arrow के साथ दर्शाया जाता है।

3. Many-to-One (N:1) Relationship in Hindi

यह ऊपर वाले का उल्टा होता है। यहां कई entities एक ही entity से जुड़ती हैं। जैसे – कई employees एक ही department में काम कर सकते हैं, लेकिन एक employee का सिर्फ एक ही department होता है।

  • Example: Employees → Department
  • Cardinality यहाँ भी important होती है (N:1)।

4. Many-to-Many (M:N) Relationship in Hindi

इस relationship में एक entity के साथ कई दूसरी entities जुड़ी होती हैं और vice versa। जैसे – एक student कई courses कर सकता है और एक course में कई students हो सकते हैं। यह थोड़ा complex होता है और अक्सर एक extra entity (junction table) बनानी पड़ती है इसे handle करने के लिए।

  • Example: Students ↔️ Courses
  • ER Diagram में दोनों entities को एक relationship diamond से जोड़ा जाता है।

5. Recursive Relationship in Hindi

जब कोई entity खुद के साथ ही relationship बनाती है, तो उसे Recursive Relationship कहते हैं। जैसे – एक employee किसी दूसरे employee का manager हो सकता है। यानि entity self refer कर रही है।

  • Example: Employee → Manager (जो खुद भी एक Employee है)
  • Diagram में एक ही entity दो बार दिखाई जाती है – एक बार as manager और एक बार as employee।

6. Ternary Relationship in Hindi

जब तीन entities एक साथ एक ही relationship में जुड़ते हैं, तो वह Ternary Relationship कहलाता है। जैसे – एक Doctor, एक Patient को किसी Hospital में treat करता है। यह तीन entities के बीच का relation है।

  • Example: Doctor, Patient, Hospital
  • Diagram में तीनों entities एक triangle की तरह जुड़ते हैं, बीच में एक diamond symbol होता है।

Types of Relationships Table in Hindi

Relationship Type Explanation (in Hindi) Example
One-to-One (1:1) एक entity सिर्फ एक दूसरी entity से जुड़ी होती है Person ↔ Passport
One-to-Many (1:N) एक entity, कई entities से जुड़ी होती है Teacher → Students
Many-to-One (N:1) कई entities एक ही entity से जुड़ी होती हैं Employees → Department
Many-to-Many (M:N) कई entities, कई entities से जुड़ी होती हैं Students ↔ Courses
Recursive Entity खुद के साथ relationship बनाती है Employee → Manager
Ternary तीन entities एक साथ जुड़ी होती हैं Doctor, Patient, Hospital

Advantages of ER Model in Hindi

Introduction to ER Model Benefits in Hindi

चलिए अब हम बात करते हैं ER Model के फायदों की, और उन्हें एकदम आसान भाषा में समझते हैं। जब भी कोई भी नया database system design किया जाता है, सबसे पहली चीज होती है – उसका सही structure बनाना। ER Model एक ऐसा टूल है जो हमें किसी भी complex system को graphical रूप में design करने की सुविधा देता है। इससे ना सिर्फ system को समझना आसान हो जाता है, बल्कि future में modification करना भी smooth हो जाता है।

1. Simple and Easy to Understand in Hindi

ER Model का सबसे बड़ा फायदा यही है कि यह एकदम आसान और साफ-सुथरे graphical symbols का use करता है। कोई भी non-technical person भी entities, attributes और relationships को देखकर system को समझ सकता है। यह user-friendly होता है, जिससे stakeholder भी आसानी से समझ पाते हैं कि system कैसे काम करेगा।

2. High Level of Abstraction in Hindi

ER Diagram high-level abstraction provide करता है, यानि हम data के structure को बिना technical complexity के visualize कर सकते हैं। यह सिर्फ data की structure और relation पर focus करता है, जिससे development से पहले clarity मिलती है।

3. Better Database Design in Hindi

ER Model की मदद से हम database को logical रूप से design कर सकते हैं। यह normalization को भी support करता है जिससे redundancy और inconsistency कम होती है। यानी आपका data ज़्यादा optimized और organized रहता है।

4. Effective Communication Tool in Hindi

Software developers, database designers और business users के बीच communication बहुत जरूरी होता है। ER Model एक common language की तरह काम करता है जिससे सब लोग एक ही visual model को देखकर system को समझ पाते हैं। इससे misunderstanding कम होती है और development fast होता है।

5. Easy Conversion to Relational Model in Hindi

ER Diagram से हम आसानी से Relational Model (जैसे – tables, primary key, foreign key) में conversion कर सकते हैं। हर entity एक table बन जाती है और relationships से foreign key generate होती है। इससे implementation process में समय की बचत होती है।

6. Useful for Documentation in Hindi

जब भी कोई system develop होता है, उसका documentation भी जरूरी होता है। ER Diagram को documentation में शामिल किया जाता है जिससे future reference या maintenance के समय आसानी होती है। यह diagram पूरे system का blueprint होता है।

7. Logical View of the System in Hindi

ER Model पूरे system की एक logical view provide करता है। हम ये देख सकते हैं कि कौन-कौन सी entities हैं, वे कैसे एक-दूसरे से जुड़ी हुई हैं, और उनके बीच की dependency क्या है। इससे हमें real-world scenario को software system में map करने में आसानी होती है।

8. Data Integrity Maintain करने में मददगार in Hindi

ER Diagram की मदद से हम primary key और foreign key की clarity से data integrity maintain कर सकते हैं। यानि आपका data सही, consistent और accurate रहता है। ये relational database के लिए बहुत महत्वपूर्ण होता है।

Summary Table: Advantages of ER Model in Hindi

Advantage Explanation (in Hindi)
Simple Understanding Non-technical लोग भी आसानी से system को समझ सकते हैं
High Abstraction Complex data को भी आसान form में represent करता है
Better Design Normalized, well-structured database बनता है
Effective Communication Developers और users के बीच common language बनता है
Easy Conversion Relational model में बदलना आसान होता है
Documentation System का blueprint future reference के लिए
Logical View System की complete logical structure दिखाई देती है
Data Integrity Primary और Foreign keys के ज़रिए consistency maintain होती है

Disadvantages of ER Model in Hindi

Introduction to ER Model Disadvantages in Hindi

चलिए अब बात करते हैं ER Model की कुछ limitations और कमज़ोरियों की। जैसे हर चीज़ की कोई न कोई सीमा होती है, वैसे ही ER Model भी perfect नहीं होता। जब system बहुत बड़ा या बहुत complex होता है, तब ER Model कुछ मामलों में inefficient साबित हो सकता है। तो चलिए एक-एक करके इस model की practical कमियों को समझते हैं, वो भी एकदम friendly तरीके से।

1. Not Suitable for Large Databases in Hindi

ER Model छोटे और मध्यम स्तर के databases के लिए तो सही होता है, लेकिन जब database बहुत बड़ा या enterprise level का हो जाता है, तब ER Diagram काफी complex और unmanageable हो जाता है। Visual clutter होने लगता है और entities व relationships को समझना मुश्किल हो जाता है।

2. No Standard Notation in Hindi

ER Diagrams बनाने के लिए universally accepted एक standard notation नहीं है। हर developer या organization अपने हिसाब से symbol और shape का use करता है। इससे diagrams के बीच compatibility और समझने में दिक्कत आती है।

3. Not Implementable Directly in Hindi

ER Diagram सिर्फ conceptual design होता है, इसे directly database में implement नहीं किया जा सकता। हमें पहले इसे relational model में convert करना पड़ता है जिसमें काफी समय और technical expertise लगती है।

4. Complexity Increases with More Entities in Hindi

जैसे-जैसे entities और relationships की संख्या बढ़ती है, वैसे-वैसे diagram बहुत ज़्यादा complex और confusing हो जाता है। इससे maintain करना और future में modify करना मुश्किल हो जाता है।

5. Weak Representation of Behavioral Aspects in Hindi

ER Model सिर्फ data structure और relationships को show करता है, लेकिन system के behavior जैसे – processes, triggers, workflows – को represent नहीं कर पाता। इसलिए complex business logic को represent करने के लिए यह model sufficient नहीं होता।

6. Lacks Support for Inheritance and Polymorphism in Hindi

ER Model में advanced concepts जैसे – inheritance, polymorphism (जो कि Object-Oriented Modelling में होते हैं) की support नहीं होती। इससे reusable और scalable design बनाना मुश्किल हो जाता है।

7. Doesn't Show Data Constraints in Hindi

ER Diagram में हम केवल structure को show कर सकते हैं, लेकिन data constraints जैसे – check, unique, not null – को effectively represent नहीं कर सकते। इससे design incomplete रह जाता है और integrity issues आ सकते हैं।

8. No Support for Time-Variant Data in Hindi

ER Model time-variant data जैसे – history of changes या temporal data – को handle नहीं कर सकता। ये limitation उन systems में बहुत noticeable होती है जहाँ हमें पुराने records और उनके timestamps की ज़रूरत होती है।

Summary Table: Disadvantages of ER Model in Hindi

Disadvantage Explanation (in Hindi)
Not Suitable for Large Databases बड़े systems के लिए diagram बहुत complex हो जाता है
No Standard Notation हर जगह अलग symbols use होते हैं, जिससे confusion होता है
Not Directly Implementable Relational model में convert करना ज़रूरी होता है
Diagram Becomes Complex Entities बढ़ने पर diagram unreadable बन जाता है
No Behavioral Representation System behavior को model नहीं करता
No Inheritance/Polymorphism Object-Oriented features की कमी
No Data Constraints Constraints show नहीं किए जा सकते
No Time-Variant Support Temporal data को manage नहीं कर सकता

FAQs

ER Model एक conceptual data model होता है जो entities, attributes और उनके बीच के relationships को represent करता है। इसका उपयोग database structure को logically design करने के लिए किया जाता है।
जब entities और relationships की संख्या बहुत अधिक होती है, तब ER Diagram बहुत complex हो जाता है और उसे समझना या maintain करना मुश्किल हो जाता है।
नहीं, ER Model केवल conceptual design होता है। इसे relational schema में convert करने के बाद ही database में implement किया जा सकता है।
नहीं, ER Model में object-oriented features जैसे Inheritance और Polymorphism को support नहीं किया जाता है, जिससे complex systems को model करना मुश्किल होता है।
नहीं, ER Diagrams के लिए कोई universal standard notation नहीं होती। अलग-अलग developers या tools अलग symbols का use करते हैं।
ER Diagram में basic constraints को show किया जा सकता है, लेकिन complex data constraints जैसे check, unique या not null को effectively represent करना कठिन होता है।

Please Give Us Feedback