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?

 

  1. Columns A, B are partition key
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans: B, C

Exp: Let’s see few basic concepts regarding primary, Partition and clustering key concept.