select eo.NameOfInstitution,s.LastSurname,s.FirstName , de.CodeValue as ServiceCodeValue, de.ShortDescription as ServiceCode ,esp.LengthInMinutes,esp.FrequencyOfService from mi.StudentEarlyLearningProgramAssociationEarlyLearningProgramService esp left join edfi.Descriptor de on de.DescriptorId=esp.ServiceDescriptorId left join edfi.Student s on s.StudentUSI=esp.StudentUSI left join edfi.EducationOrganization eo on eo.EducationOrganizationId=esp.EducationOrganizationId order by eo.NameOfInstitution,s.LastSurname,s.FirstName