A | B |
barred relationship | A relationship that participates in an entity's unique identifier. |
intersection entity | The product of the resolution of a many to many relationship. |
redundancy | Something that is unnecessarily repetitive, the state of being unnecessarily repetitive. |
one-to-one (1:1) | A relationship where each record in Table A can be related to one, and only one, record in Table B, and each record in Table B relates to one, and only one, record in Table A. |
transferable | Property of a relationship between A and B, where an instance of A is related to an instance of B, and the association can be moved to another instance of B. |
one-to-many (1:M) | A relationship where a single record in Table A can be related to one or more records in Table B, but a single record in Table B can only be related to one record in Table A. |
many-to-many (M:M) | A relationship in which many records in one table match many records in another table. |
redundant | Unnecessarily repetitive. |
nontransferability | Property of a relationship where an instance of A is related to an instance of B, and the association cannot be moved to another instance of B. |
consultant | One who gives expert or professional advice |
assumption | Something taken for granted or accepted as true without proof. |
CRUD analysis | The practice of checking a data model for create, retrieve, update and delete functions that the business requires. |
client | The party for which professional services are rendered. |