Software - Databases
|
The previous pages described the components that must be investigated before a database model is created. A full diagram for creating a library database showing all the entities, attributes, and relationships can be represented as follows...
![]() The tables above represent entities and the lines represent data linking. Data linking is either on a one-to-one or one-to-many basis, depending on the relationship data.
|