What is required in the process of defining relationships among data to create useful information?

An 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. An ERD uses data modeling techniques that can help define business processes and serve as the foundation for a relational database.

Importance of ERDs and their uses

Entity relationship diagrams provide a visual starting point for database design that can also be used to help determine information system requirements throughout an organization. After a relational database is rolled out, an ERD can still serve as a reference point, should any debugging or business process re-engineering be needed later.

However, while an ERD can be useful for organizing data that can be represented by a relational structure, it can't sufficiently represent semi-structured or unstructured data. It's also unlikely to be helpful on its own in integrating data into a pre-existing information system.

How to create an ERD

ERDs are generally depicted in one or more of the following models:

  • A conceptual data model, which lacks specific detail but provides an overview of the scope of the project and how data sets relate to one another.
  • A logical data model, which is more detailed than a conceptual data model, illustrating specific attributes and relationships among data points. While a conceptual data model does not need to be designed before a logical data model, a physical data model is based on a logical data model.
  • A physical data model, which provides the blueprint for a physical manifestation -- such as a relational database -- of the logical data model. One or more physical data models can be developed based on a logical data model.

There are five basic components of an entity relationship diagram. Similar components will be designated by the same shape. For example, all entities types might be enclosed in a rectangle, while all attributes are enclosed in a diamond. The components include:

  1. Entities, which are objects or concepts that can have data stored about them. Entities refer to tables used in databases.
  2. Attributes, which are properties or characteristics of entities. An ERD attribute can be denoted as a primary key, which identifies a unique attribute, or a foreign key, which can be assigned to multiple attributes.
  3. The relationships between and among those entities.
  4. Actions, which describe how entities share information in the database.
  5. Connecting lines
What is required in the process of defining relationships among data to create useful information?
An entity relationship diagram showing relationships between sales reps, customers and product orders.

For example, an ERD representing the information system for a company's sales department might start with graphical representations of entities such as the sales representative, the customer, the customer's address, the customer's order, the product and the warehouse. (See diagram above.) Then lines or other symbols can be used to represent the relationship between entities, and text can be used to label the relationships.

A cardinality notation can then define the attributes of the relationship between the entities. Cardinalities can denote that an entity is optional (for example, a sales rep could have no customers or could have many) or mandatory (for example, there must be at least one product listed in an order.)

The three main cardinalities are:

  1. A one-to-one relationship (1:1). For example, if each customer in a database is associated with one mailing address.
  2. A one-to-many relationship (1:M). For example, a single customer might place an order for multiple products. The customer is associated with multiple entities, but all those entities have a single connection back to the same customer.
  3. A many-to-many relationship (M:N). For example, at a company where all call center agents work with multiple customers, each agent is associated with multiple customers, and multiple customers might also be associated with multiple agents.

While there are tools to help draw entity relationship diagrams, such as computer-aided software engineering (CASE) tools, some relational database management systems (RDBMS) also have design capabilities built in.

This was last updated in September 2019

Continue Reading About Entity Relationship Diagram (ERD)

  • Information management primer on entity relationship diagrams
  • What are the potential benefits of a conceptual data model?
  • Data modeling techniques explained
  • How to design ERDs

Dig Deeper on Database management

  • What is required in the process of defining relationships among data to create useful information?
    data abstraction

    What is required in the process of defining relationships among data to create useful information?

    By: Robert Sheldon

  • What is required in the process of defining relationships among data to create useful information?
    SSADM (Structured Systems Analysis and Design Method)

    What is required in the process of defining relationships among data to create useful information?

    By: Ben Lutkevich

  • What is required in the process of defining relationships among data to create useful information?
    Business Process Modeling Notation (BPMN)

    What is required in the process of defining relationships among data to create useful information?

    By: Gavin Wright

  • What is required in the process of defining relationships among data to create useful information?
    data modeling

    What is required in the process of defining relationships among data to create useful information?

    By: Craig Stedman

What is required in the process of defining the relationship among data to create useful information?

The process of defining relationships among data to create useful information requires knowledge. It is the awareness and understanding of a set of info and the ways that info can be made useful to support a specific task or reach a decision.

Which is the process of discovering relationships between data items?

data mining: The process of discovering relationships between data items.

What is the relationship between data and information quizlet?

Data are the raw bits and pieces of facts and statistics with no context. Data can be quantitative or qualitative. Information is data that has been given context.

What is considered to be the most important element in computer based information systems?

The final, and possibly most important, component of information systems is the human element: the people that are needed to run the system and the procedures they follow so that the knowledge in the huge databases and data warehouses can be turned into learning that can interpret what has happened in the past and ...