Home › Forums › Computer Students › Hostel Management System
- This topic has 8 replies, 1 voice, and was last updated 7 months ago by
admin.
-
AuthorPosts
-
October 28, 2022 at 1:51 pm #2678
admin
KeymasterOctober 28, 2022 at 2:01 pm #2682admin
KeymasterAn entity relationship diagram (ERD), also known as an entity relationship model, is a graphical representation that depicts relationships among people, objects, places, concepts or events within an information technology (IT) system.
October 28, 2022 at 2:02 pm #2683admin
KeymasterERD in SQL
is a visual representation of the table’s structure and the relationships between logically related tables. In ER modeling the database structure is represented as a diagram known as ER diagram (ERD). An ER diagram gives a better understanding of the overall database structure.October 28, 2022 at 2:04 pm #2684admin
KeymasterHow does an ERD work?
Image result wey dey for erd meaning
An ERD visualizes the relationships between entities like people, things, or concepts in a database. An ERD will also often visualize the attributes of these entities. By defining the entities, their attributes, and showing the relationships between them, an ER diagram can illustrate the logical structure of databases.October 28, 2022 at 2:06 pm #2685admin
KeymasterWhat are the 4 ERD rules?
1.Provide a precise and appropriate name for each entity, attribute, and relationship in the diagram. …
2.Remove vague, redundant or unnecessary relationships between entities.
3.Never connect a relationship to another relationship.
4.Make effective use of colors.October 28, 2022 at 2:10 pm #2686admin
KeymasterExample ERD for Hostel Management System
-
This reply was modified 7 months ago by
admin.
October 28, 2022 at 2:14 pm #2688admin
KeymasterHow do you ERD a database?
1.Write a sentence or two about what you are storing data about.
2.List what you’re storing data about – the nouns/objects.
3.List the information you want to store for each object.
4.Describe the relationships between each object.
5.Draw the diagram.October 28, 2022 at 2:18 pm #2690October 28, 2022 at 2:37 pm #2693admin
KeymasterClass diagrams are the blueprints of your system or subsystem. You can use class diagrams to model the objects that make up the system, to display the relationships between the objects, and to describe what those objects do and the services that they provide. Class diagrams are useful in many stages of system design.
They are used to show the different objects in a system, their attributes, their operations, and the relationships among them. The following figure is an example of a simple class: Simple class diagram with attributes and operations.-
This reply was modified 7 months ago by
admin.
-
This reply was modified 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.