Database - What are E-R diagrams?

What are E-R diagrams?

- E-R diagrams, i.e. Entity-Relationship diagram represent relationship between various tables in the database.

What are E-R diagrams?

- The logical structure of databases is illustrated in the ER diagrams. These diagrams use symbols for representing different types of information. Boxes are used for representing entities. Rhombuses are used for representing relationships and ovals are used for representing attributes.

- For a good database creation it is essential to have ER diagram. These diagrams follow top-down approach. To focus on how the database really works with all data flow and interactions, the best pattern is ER Diagrams
Database - Explain the types of relationships in database
There are four relationships in database. One to One: One entity is associated with another entity. For Ex: Each employee is associated with one department.....
Database - What are the benifits of normalizing database?
The benefits of normalization are: The process of searching, sorting and creating indexes is faster...
Database - What is normalization?
Normalization is the way of organizing data in a database by removing redundancy and inconsistent dependency....
Post your comment