When creating a custom Salesforce object or adding a custom field to an existing object, the "__c" suffix is added to its name internally in Salesforce. You must not add this suffix when referring to these custom objects in your SQL statements with a single exception. The suffix must be added for a custom object that was created with the same name as a predefined Salesforce object (for example "Account__c").