Home »
Aptitude Questions & Answers »
DBMS Aptitude Questions
Keys relates DBMS Aptitude Questions and Answers
In this section Database Management System (DBMS) keys (Primary Key, Super Key, Candidate Key, Composite Key, and Foreign Key) related Aptitude Questions and Answers for freshers and experienced.
List of all DBMS keys related Aptitude Questions and Answers
1) Which is correct sentence regarding primary key?
- It is used to compare more than one record in a table.
- It is used to define records uniquely.
Correct Answer - 2
It is used to define records uniquely.
2) Can we define more than one primary key?
- Yes
- No
Correct Answer - 2
No
We can define only one primary key in a table.
3) Foreign key is the set of more than one attribute to define record uniquely?
- True
- False
4) A --- key can be primary key?
Choose the correct term to complete the sentence.
- Foreign
- Primary
- Candidate
- Composite
Correct Answer - 3
Candidate
5) Which key is used to make relations between two tables?
- Foreign
- Primary
- Candidate
- Composite
Correct Answer - 1
Foreign