Databases
Database Analogies
Collected by Giovanna Guerrini — Textbook Garcia-Molina, H., Ullman, J. D., & Widom, J. (2009). Database Systems: The Complete Book (2nd ed.). Prentice Hall Press, Upper Saddle River, NJ, USA.
Conceptual modeling
Computer Science (except DB)
Stresses the similarity with object oriented programming languages
| Symbol | Concept |
|---|---|
| entity | object |
| set of entities | class |
The fact that entities have common properties
An entity in some ways resembles an “object” in the sense of object-oriented programming, likeways an entity set resembles a class of objects.
There is a significant resemblance between “isa” in the E/R model and subclasses in object-oriented languages
Do you have feedback on this notional machine? Did you find a mistake, or do you have a request for improvement? You can create an Issue on GitHub, where the description is hosted. This way we can see your feedback and address it.
For this, you need a GitHub account. Then follow this link to see the source file of this page. In there, click the ... left of the highlighted line, then pick "Reference in a new issue".