answersLogoWhite

0

Here is Example!! Entity: PERSON Att:Baby_Name, Father_Name Entity: CITY Att: Country_Name, City_Name, Hospital_Name 1 To 1 Relation: One Baby born at one place(Hospital).

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What the ERD?

Entity Relationship Diagrams (ERD's) are a way of diagrammatically showing entities in an organisations and how they relate to each other. ERD's show detailed representations of the information that is used in a system and how it relates to other data. There are a number of symbols that represent the entities and the relationships between them; the relationship can be a one to many relationship, many to many or one to one.


How does ERD relate to software engineering?

Entity Relationship Diagrams (ERD's) are one of the main tools used in the software design process. Creating an ERD produces a conceptual data model of the information system. It allows software engineers to understand the system data requirements more comprehensively.


To draw a entity relationship diagram for bus services?

ERD diagrams bus company


What is the difference between entity relationship diagram and data flow diagram?

DFD basically describe the flow of data, means how data can be flow in a system where as ERD defines the relationship between entities. -> There is no such constrainst like cardinality,participation in dfd as compare to Erd.. ->In DFD, we show the storage of file using Parallel line where as ERD is just a conceptual represantation of data... ATUL


What are 10 cardinalities appropriate for ERD?

In an Entity-Relationship Diagram (ERD), cardinalities define the relationships between entities. Common cardinalities include: One-to-One (1:1) - Each entity in set A is related to one entity in set B and vice versa. One-to-Many (1:N) - An entity in set A can relate to multiple entities in set B, but an entity in set B relates to only one in set A. Many-to-One (N:1) - Multiple entities in set A can relate to one entity in set B. Many-to-Many (M:N) - Entities in set A can relate to multiple entities in set B and vice versa. Zero or One (0..1) - An entity may or may not have a relationship with another entity. Zero or Many (0..N) - An entity can have no relationship or many relationships with another entity. Exactly One (1) - An entity must have exactly one relationship with another entity. At Least One (1..N) - An entity must have at least one relationship but can have many. At Most One (0..1) - An entity can have no relationship or one relationship, but not more. Optional (0..M) - An entity may have zero or more relationships with another entity. These cardinalities help in modeling the data structure and understanding the interactions between different entities.


A common visual model used to guide the design of a database is known as a?

Entity Relationship Diagram, or ERD.


What should be the erd for website design?

ERD is an Entity Relationship Diagram which is a graphical representation of database entities (tables, table columns, table definitions, attributes) and inter-relationships between these entities (how the tables are connected).


How is Lynyrd Skynyrd pronounced?

Len- Erd Skin- Erd


What is needed to recover a system using erd?

An ERD for that system.


What is ERD of payroll management system?

School management system erd


What is ERD?

emergency repair disk: contains information unique to your OS and hard drive, ERD enables restoration on your hard drive of the windows registry, in addition the disk contain information used to build a command window to run DOS-like commands


How do you draw ERD of payroll system?

To draw an Entity-Relationship Diagram (ERD) for a payroll system, start by identifying key entities such as Employee, Payroll, Department, and Job Title. Define the attributes for each entity, like Employee ID, Name, Salary for Employee, and Pay Date for Payroll. Establish relationships between these entities, such as an Employee belonging to a Department and having one or more Payroll records. Use standard ERD notation to represent entities as rectangles, attributes as ovals, and relationships as diamonds, ensuring to indicate cardinality and participation constraints.