Is your feature request related to a problem? Please describe.
Not a problem but a feature of on the DB
Describe the solution you'd like
A database designed in an E-R diagram
Describe alternatives you've considered
Not applicable
Additional context
An Entity-relationship model (ER model) describes the structure of a database with the help of a diagram, which is known as an Entity Relationship Diagram (ER Diagram).
A simple ER Diagram:
In the following diagram, we have two entities Student and College and their relationship. The relationship between Student and College is many to one as a college can have many students however a student cannot study in multiple colleges at the same time. The [student](url entity has attributes such as Stu_Id, Stu_Name & Stu_Addr and College entity has attributes such as Col_ID & Col_Name.
Is your feature request related to a problem? Please describe. Not a problem but a feature of on the DB
Describe the solution you'd like A database designed in an E-R diagram
Describe alternatives you've considered Not applicable
Additional context An Entity-relationship model (ER model) describes the structure of a database with the help of a diagram, which is known as an Entity Relationship Diagram (ER Diagram).
A simple ER Diagram: In the following diagram, we have two entities Student and College and their relationship. The relationship between Student and College is many to one as a college can have many students however a student cannot study in multiple colleges at the same time. The [student](url entity has attributes such as Stu_Id, Stu_Name & Stu_Addr and College entity has attributes such as Col_ID & Col_Name.