Converting ER Diagram to tables in DBMS in Hindi | Reduction of ER diagram to Table in Hindi
Converting ER Diagram to tables in DBMS in Hindi | Reduction of ER diagram to Table in Hindi
Database को notation का उपयोग करके represent किया जा सकता है, और इन notation को table के collection में कम किया जा सकता है।
Database में, प्रत्येक entity set या relationship set को tabular form में दर्शाया जा सकता है।
- ER diagram को table में convert करने के लिए कुछ points हैं
- Entity type becomes a table
- All single-valued attributes become a column for the table.
- A key attribute of the entity type represented by the primary key.
- The multivalued attribute is represented by a separate table.
- Composite attribute represented by components.
- Derived attributes are not considered in the table.
Table Structure
Related Post
- DBMS And RDBMS concepts in Hindi (Database Management System in Hindi)
- DBMS Concepts And Architecture Introduction in Hindi
- Database Approach v/s Traditional File Accessing Approach in Hindi
- Advantages of Database Management System in Hindi
- Data Models in DBMS in Hindi
- Instance and Schema in DBMS in Hindi
- Database Languages and Interfaces in DBMS in hindi
- Functions of Database Administrator (DBA) in DBMS in Hindi
- Generalization, Specialization and Aggregation in ER Model in Hindi
- Converting ER Diagram to tables in DBMS in Hindi | Reduction of ER diagram to Table in Hindi
- Characteristics of Database Management System | Characteristics of DBMS in Hindi
- Types of Databases in Hindi
- Three Schema Architecture of DBMS in Hindi