Which two exceptions may occur when it executes?
A developer executes the following query in Apex to retrieve a list of contacts for each account:
List<account> accounts = [Select ID, Name, (Select ID, Name from Contacts) from Account] ;
Which two exceptions may occur when it executes? (Choose two.)
A . CPU limit exception due to the complexity of the query.
B . SOQL query row limit exception due to the number of contacts.
C . SOQL query limit exception due to the number of contacts.
D . SOQL query row limit exception due to the number of accounts.
Answer: C,D
Latest DEX-450 Dumps Valid Version with 456 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments