What is an Entity Relationship Diagram?
An approach that identifies important data, entities and relationships that must be represented in a model.
What is Unified Modelling Language?
A diagrammatic notation modeling language that provides a standard way to visualize the design of a system.
What is an Entity Type?
A group of objects with the same properties which are identified by the enterprise as having an independent existence.
What is a relationship occurance?
A uniquely identifiable association that includes one occurrence from each participating entity type and indicated the particular entity occurrences that are related.
What is a semantic net?
An object-level model that uses symbols to represent entities, relationships and examine examples of individual occurrences of the relationships.
What are the degrees of a relationship type?
Binary, Ternary and Quaternary.
What is a recursive/unary relationship?
A relationship type in which the same entity type participates more than once in different roles.
What does a role name do?
These determine the function of each participant or are used when two entities are associated through more than one relationship.
What is an attribute domain?
The set of allowable values for attributes. It defines the potential values an attribute may hold.
What are the types of attributes?
Simple, composite, single-valued, multiple-valued and derived.
What is Multiplicity?
The number of possible occurrences of an entity type that may relate to a single occurrence through a particular relationship and a representation of the policies established by the user.
What are the types of Cardinalities?
One to one, one to many and many to many.