Question 68: You have a query with the where clause and all the predicates use equality operator like =, != etc.

What is correct in this scenario, with regards to mapping rule?

  1. Search attributes, which are used in a query predicate, map to the prefix columns of a table primary 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

Correct Answer : 4

Exp : MR2 (Equality Search Attributes). Equality search attributes, which are used in a query predicate, map to the prefix columns of a table primary key.

You can access to full explanation to question and answer from this page.