ER Diagram:
Shows the relationship among the entity sets .
And also helps to visualize the logical structure of database .
To solve a problem in a contest -
- Algorithm -> Flowchart(To visualize) ->Implement
In database ->
- Visualizing thinking in diagram like primary key ralationship with foreign key should be changed this diagram is called ER diagram . After this if we go to implementation our changes will become less .
Let's design a database
Table1- Student
Table2 - Section
- S-id
- Name
- Section id Section-
- Section_id
- Section_name
Is there any relationship between this two entity
If we want to express it with ER diagram -
Student -Relationship-Section
SE
Top comments (0)