| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> What is this model technique called
What do you call the data modeling technique where you store attribute NAME
& VALUE pairs, instead of just typical descriptive column names.
An example of where I am using this is to capture contract terms within a database, knowing that terms are very dynamic will vary from contract to contract.
ATTRIBUTE_TYPES
I also added ENTITY_TYPE to the first table, indicating that this table could be used as a source for several other tables such as CONTACTS or SPECIFICATIONS tables. Examples may be 'CONTRACT_ID', or 'CONTACT_ID', or 'SPEC_ID'. The advantage is that any GUI front-end for administrative maintenance only has to deal with one table.
What is this technique called?
Jarson Received on Tue Jun 03 2003 - 21:12:52 CDT
![]() |
![]() |