CreatedDate:
Created Date Time of the record.
CreatedById:
Id of the user who created the record.
Sample SOQL:
SELECT Id, CreatedDate, CreatedById, CreatedBy.Name
FROM Account
LIMIT 5
CreatedDate:
Created Date Time of the record.
CreatedById:
Id of the user who created the record.
Sample SOQL:
SELECT Id, CreatedDate, CreatedById, CreatedBy.Name
FROM Account
LIMIT 5