Definitions for "Composite Key" Add To Word List
Login or Register  | Word Lists | Search History

a candidate key that consists of two or more attributes The name of each primary key attribute is underlined
Helpful?           0
a key created by using more than one column in a table)
Helpful?           0
a key made up of multiple columns
Helpful?           0
a key that consists of two or more fields in a database table
Helpful?           0
a key that contains a list of key fields
Helpful?           0
a key that contains more than one attribute
Helpful?           0
a key that has more than one column
Helpful?           0
a key that is a composite of several attributes
Helpful?           0
a key using two or more attributes
Helpful?           0
A primary key that consists of more than one column.Indicates a many-to-many relationship between the columns.
Helpful?           0
A Primary key made up of more than one attribute or column.
Helpful?           0
primary key which consists of more than one column. Also known as the Concatenated Key. For example, a table LINE_ITEMS may have a composite key {orderID, itemNumber}.
Helpful?           0
A key in a dimensional data warehouse fact table that is made up of the different foreign keys from the dimension tables. Also known as the Concatenated Key.
Helpful?           0
primary key that consists of more than one column. Also known as a Concatenated Key or Aggregate Key. For example, the LINE_ITEMS table may have a composite key on {orderID, itemNumber}.
Helpful?           0
A key composed of more than one column from a database table.
Helpful?           0