select eo.NameOfInstitution as Schools,StudentUniqueId as UIC,s.LastSurname,s.FirstName,d.ShortDescription as Grade,ssch.ExitWithdrawDate from edfi.Student s left join edfi.StudentSectionAssociation ssa on ssa.StudentUSI=s.StudentUSI left join edfi.StudentSchoolAssociation ssch on ssch.StudentUSI=s.StudentUSI left join edfi.EducationOrganization eo on eo.EducationOrganizationId=ssch.SchoolId left join edfi.Descriptor d on d.DescriptorId=ssch.EntryGradeLevelDescriptorId where ssa.StudentUSI is null and ssch.StudentUSI is not null order by s.LastSurname,s.FirstName