Posts

Showing posts with the label Entity Relationship Diagram (ERD)

Entity Relationship Diagram For my E-Commerce Website

Image
ERD Example For my E-Commerce Website Here are the Tables From where the informations are taken from:

Understanding ERD. Definition of (entities, attributes, cardinalities and relationships)

Image
Understanding ERD (ERD) is the abbreviation if this term entity relationship diagram, also known as an entity relationship model, is a graphical depiction of the relationships that exist between people, things, locations, concepts, or events in an information technology (IT) system. An ERD employs data modelling approaches to assist in the definition of business processes and as the foundation for a relational database (Techtarget, 2022). Here are the difrences between the (ERD): v   Entity: These forms are independent of other entities and are frequently referred to as parent entities since they frequently rely on weak entities. They will also have a primary key that will differentiate each instance of the object (Lucidchart, 2022). v   Relationship : Relationships are relationships formed by or between things (Lucidchart, 2022). v   Attribute: Attributes are qualities of an entity, a many-to-many or one-to-one connection (Lucidchart, 2022). References:...