Database Management Systems (DBMS)
The following statement describes a specific concept. What is it called? a key formed by combining two or more columns to uniquely identify a row in a table.
- A. Data Manipulation Language (DML)
- B. Data Definition Language (DDL)
- C. Composite key ✓
- D. Concurrency control
Correct answer
C. Composite key
Explanation
Composite key refers to a key formed by combining two or more columns to uniquely identify a row in a table.