List of questions
Related questions
Question 321 - Certified Platform Developer II discussion
Users complain that a page Is very slow to respond. Upon investigation, the query below Is found to perform slowly.
SELECT id, Name FROM Contact WHERE CustomField_c null;
Which two actions can a developer take to improve performance?
Choose 2 answers
A.
Add a UMir dause to the query to reduce the number of records returned.
B.
Contact Salesforce customer support to create a custom index to include null values
C.
Make the CustomFleld__c field an External ID.
D.
Make the field CustomReW__c required because Salesforce field Indexes do not Include nulls.
Your answer:
0 comments
Sorted by
Leave a comment first