Question-23: You are designing a table with the 5 columns (A, B, C, D,E) and you defined key as below
PRIMARY KEY (A, B, C)
Which of the following statement is true?
- Columns A, B are partition key
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: B, C
Exp: Let’s see few basic concepts regarding primary, Partition and clustering key concept.
- To identify a row uniquely we need to use primary key.
- If primary key is made of more than one column than it is known as a composite key
-
You can access to full explanation to question and answer from this page.