Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )
No Answer is Posted For this Question
Be the First to Post Answer
Is there any issue with joined report?
What is the use of workflow in salesforce?
Explain the various dashboard components?
What are the different types of reports you can create?
How you will add an attachment from VF page? tell me the component names to achieve this functionality?
In a particular object, I have given only read access to a certain field named as ‘site__c’ to all users in the organization. However, if I have marked ‘site__c’ as a required field in the page layout for that object. So, what will happen when a user saves the record in that object through that page layout ?
What are the Data Validation Rules?
Syntax for upsert & undelete trigger & purpose undelete?
Is it possible to write a validation rule on record delete?
How do you create a custom object in salesforce?
What is collection in apex?
What are the Objects available in the Salesforce Business Process and Give some Business Process Example?