Count() February 3, 2014June 9, 2022InfallibleTechie Admin Count() is used to find the total number of records in an object. Sample Query: SELECT Count(Id) TotalRecords FROM Employee__c Below is the output of the above query execution.