Posts

Image
 1.MIN()         --->  SELECT MIN(AnnualRevenue) FROM Account 2.MAX()         ---> SELECT MAX(AnnualRevenue) FROM Account 3.AVG()         ---> SELECT AVG(AnnualRevenue) FROM Account 4.SUM()         ---> SELECT SUM(AnnualRevenue) FROM Account 5.COUNT()       ---> SELECT COUNT(Id) FROM Account     6.Parent To Child  --->  SELECT Name, (SELECT Id, FirstName FROM Contacts) FROM Account    7.Child  To Parent --->  SELECT Account.Name, COUNT(Id)FROM Contact GROUP BY Account.Name      8.ROll UP()    --->  SELECT Industry, COUNT(Id) FROM Account GROUP BY ROLLUP(Industry)                                                   ...
1.What is Salesforce CRM?   Salesforce is   the world's #1 customer relationship management (CRM) platform . We help your marketing, sales, commerce, service and IT teams work as one from anywhere — so you can keep your customers happy everywhere. Salesforce is the world's #1 customer relationship management (CRM) platform.