List of questions
Related questions
Question 191 - Certified Data Architect discussion
The data architect for UC has written a SOQL query that will return all records from the Task object that do not have a value in the WhatID field:
Select id, description, Subject from Task where WhatId!= NULL
When the data architect usages the query to select values for a process a time out error occurs.
What does the data architect need to change to make this query more performant?
A.
Remove description from the requested field set.
B.
Change query to SOSL.
C.
Add limit 100 to the query.
D.
Change the where clause to filter by a deterministic defined value.
Your answer:
0 comments
Sorted by
Leave a comment first