Database Management Systems (DBMS)
Select the accurate description of Composite key.
- A. A subset of SQL commands used to define and modify database structures, such as CREATE and ALTER.
- B. A key formed by combining two or more columns to uniquely identify a row in a table. ✓
- C. A large, centralized repository of integrated data from multiple sources used for reporting and analysis.
- D. A precompiled collection of SQL statements stored in a database that can be executed as a single unit.
Correct answer
B. A key formed by combining two or more columns to uniquely identify a row in a table.
Explanation
Composite key refers to a key formed by combining two or more columns to uniquely identify a row in a table.