| 
								        
								         
								        Define composite key.- A key formed by combining at least two or more columns.- It is a combination of two or more columns in a table that can be uniquely identify each row in the table.
 - A composite key can be defined as the primary key.
 - It is a special type of candidate key that is only formed by a combination of two or more columns.
 |