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?
- Search attributes, which are used in a query predicate, map to the prefix columns of a table primary key.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- 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.