List of questions
Related questions
Question 316 - Certified Platform Developer II discussion
Which two queries are selective SOQL queries and can be used for a large data set of 200,000 Account records? Choose 2 answers
A.
SELECT id FROM ACCOUNT WHERE Name = !: ' '
B.
SELECT id FROM ACCOUNT WHERE Name = Null
C.
SELECT id FROM ACCOUNT WHERE Name = Null AND Customer_Number_c= 'ValueA'
D.
SELECT id FROM ACCOUNT WHERE id IN (list of Account Ids)
Your answer:
0 comments
Sorted by
Leave a comment first