You need to sign in to do that
Don't have an account?
ashish jadhav 9
How can I clear my understanding on SOQL? When to use sobject and when list<sobject>
I'm bit confused with this terms, when should I go for list<sobject> and when for sobject only? Can you please explain when to use list<list<set>>?
As per me you always should go for List<Sobject> that help us not to cause the List has no row for assigment exception. Below mentioned are scenario to handle both the cases
In this way you have handle the use case if the value accId is null or blank it is handled.
Please let me know if this help in your understanding.
Thanks