I have a query:
SELECT Id, recordtypeid FROM myObject__c
but instead of returning the recordtype id, i want to return the recordtype name. How do i do that?
Select Id, RecordType.Name from myObject__c