Database Management Systems (DBMS)
Select the accurate description of Composite key.
Difficulty: Medium
About this MCQ
This Medium Database Management Systems (DBMS) MCQ checks one syllabus fact.
The question is: “Select the accurate description of Composite key.”
The accepted answer is B. A key formed by combining two or more columns to uniquely identify a row in a table.. Composite key refers to a key formed by combining two or more columns to uniquely identify a row in a table.
- A. A subset of SQL commands used to define and modify database structures, such as CREATE and ALTER.
Why not A: “A subset of SQL commands used to define and modify database structures, such as CREATE and ALTER.” is not correct. The accepted answer is B. A key formed by combining two or more columns to uniquely identify a row in a table.. Composite key refers to a key formed by combining two or more columns to uniquely identify a row in a table.
- 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.
Why not C: “A large, centralized repository of integrated data from multiple sources used for reporting and analysis.” is not correct. The accepted answer is B. A key formed by combining two or more columns to uniquely identify a row in a table.. Composite key refers to a key formed by combining two or more columns to uniquely identify a row in a table.
- D. A precompiled collection of SQL statements stored in a database that can be executed as a single unit.
Why not D: “A precompiled collection of SQL statements stored in a database that can be executed as a single unit.” is not correct. The accepted answer is B. A key formed by combining two or more columns to uniquely identify a row in a table.. Composite key refers to a key formed by combining two or more columns to uniquely identify a row in a table.
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.
Source: Database Management Systems (DBMS) Official Reference Guide
Tags: computer science, dbms, SQL, databases
Submitted by: MCQsHub Editorial
Related MCQs
- The concept in which a subset of SQL commands used to define and modify database structures, such as CREATE an...
- Identify the correct definition of Data Definition Language (DDL).
- What term describes the following? a subset of SQL commands used to manage data within tables, such as INSERT,...
- In computer science, Data Manipulation Language (DML) refers to which of the following?
- Select the correct name for: a subset of SQL primarily represented by the SELECT statement, used to retrieve d...
- Which statement correctly explains Data Query Language (DQL)?