select eo.NameOfInstitution,s.LastSurname,s.FirstName,dg.CodeValue as GradeLevel,si.IndicatorName,si.Indicator,si.IndicatorGroup from edfi.StudentEducationOrganizationAssociationStudentIndicator si left join edfi.Student s on s.StudentUSI=si.StudentUSI left join edfi.StudentSchoolAssociation ssa on ssa.StudentUSI=s.StudentUSI left join edfi.EducationOrganization eo on eo.EducationOrganizationId=ssa.SchoolId left join edfi.Descriptor dg on dg.DescriptorId=ssa.EntryGradeLevelDescriptorId order by eo.NameOfInstitution,s.LastSurname,s.FirstName