ER Diagram with Assumptions and Explanation
Introduction for ER diagram
ER Diagram
means Entity Relationship Diagram in DBMS. Entity Relationship model describes
the structure of the database from the help of this diagram. ER diagram uses
for data modelling and relational database. There are some components of an
entity relationship diagram such as entities, attributes, relationships and
connecting lines.
The Entity-Relationship Diagram of the academic institution system shows all the instrument of the database table and the relational between students, faculties, registrations, staff, teachers and etc.
There are 4 entities, they are
- Institude,
- Department
- DepatHead
- Staff
Comments
Post a Comment