Slide 4
Problem: The computer science department has a number of professors who teach various courses, and a number of students who attend various courses. Create a data model to allow a program to keep track of relevant information.
Solution: Represent the model as a graph with entities (nouns) at the nodes (vertices) and relationships (verbs) as directed edges. The nouns are professor, course, and student. The verbs are teach and attend. Draw and label the graph:

Each entity has a number of attributes. List the attributes under each entity:

Email: Richard dot J dot Wagner at gmail dot com
dm02b.htm, this hand crafted HTML file created October 18, 1997.
Last updated October 22, 2010, by
Rick Wagner. Copyright © 2010, all rights reserved.