
The figure consists of 6 circles that contains entities of a database and their attributes.
Circle 1: Entity: Person. Attribute: name: "Randy."
5 arrows point from circle 1 to the rest of the circles stating the relationship between the entities.
Circle 2: Entity: Country. Attribute: name: “Canada.” Relationship: lives in Canada.
Circle 3: Entity: Videos. Attribute: subjects: “teaching”, “graph databases”, “JavaScript.” Relationship: has watched videos related to teaching, graph databases, and JavaScript.
Circle 4: Entity: Books. Attribute: titles: “War and Peace”, “The Plague”, “On the Road.” Relationship: has purchased the books titled War and Peace, The Plague, and On the Road.
Circle 5: Entity: Courses. Attribute: titles: “Web Development”, “Computer Ethics.” Relationship: has taught the web developments and computer ethics courses.
Circle 6: Entity: Employment. Attribute: type: “University”. Name: “M R U.” Relationship: works at the M R U university.
Back