What is an ERD. Define the RED related terms, including entities, attributes, cardinalities and relationships
Entity Relationship Diagram (ERD) An entity relationship diagram (ERD), also known as an entity relationship model, is a graphical representation that depicts relationships between objects, places, concepts, or events within an information technology (IT) system. An ERD uses data modelling approaches to build business processes and lay the foundation for a relational database (Biscobing, 2019). Entity relationship diagrams assist establish the requirements for an organization's information systems and provide a visual starting point for database architecture. When a relational database has been implemented, an ERD can still be utilised as a reference in the event that additional debugging or re-engineering of business processes is necessary. An ERD can assist in the organisation of data that can be represented by a relational structure, but it cannot effectively represent semi-structured or unstructured data. Also, it is unlikely to be helpful on its own in integrating data into an...