select 'Assessment' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Assessment union select 'AssessmentItem' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.AssessmentItem union select 'AssessmentScore' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.AssessmentScore union select 'CalendarDate' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.CalendarDate union select 'CalendarDateCalendarEvent' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.CalendarDateCalendarEvent union select 'ClassPeriod' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.ClassPeriod union select 'Cohort' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Cohort union select 'Course' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Course union select 'CourseOffering' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.CourseOffering union select 'CourseTranscript' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.CourseTranscript union select 'DisciplineAction' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.DisciplineAction union select 'DisciplineActionDiscipline' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.DisciplineActionDiscipline union select 'DisciplineActionDisciplineIncident' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.DisciplineActionDisciplineIncident union select 'DisciplineIncident' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.DisciplineIncident union select 'DisciplineIncidentBehavior' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.DisciplineIncidentBehavior union select 'EducationOrganization' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.EducationOrganization union select 'Grade' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Grade union select 'GradebookEntry' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.GradebookEntry union select 'GradingPeriod' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.GradingPeriod union select 'GraduationPlan' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.GraduationPlan union select 'Intervention' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Intervention union select 'Location' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Location union select 'Parent' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Parent union select 'Program' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Program union select 'ReportCard' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.ReportCard union select 'ReportCardGrade' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.ReportCardGrade union select 'RestraintEvent' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.RestraintEvent union select 'SchoolCategory' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.SchoolCategory union select 'SchoolGradeLevel' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.SchoolGradeLevel union select 'Section' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Section union select 'SectionAttendanceTakenEvent' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.SectionAttendanceTakenEvent union select 'Session' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Session union select 'Staff' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Staff union select 'StaffEducationOrganizationAssignmentAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StaffEducationOrganizationAssignmentAssociation union select 'StaffEducationOrganizationEmploymentAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StaffEducationOrganizationEmploymentAssociation union select 'StaffSchoolAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StaffSchoolAssociation union select 'StaffSectionAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StaffSectionAssociation union select 'Student' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.Student union select 'StudentAcademicRecord' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentAcademicRecord union select 'StudentAssessment' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentAssessment union select 'StudentAssessmentItem' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentAssessmentItem union select 'StudentAssessmentScoreResult' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentAssessmentScoreResult union select 'StudentCharacteristic' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentCharacteristic union select 'StudentCohortAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentCohortAssociation union select 'StudentDisability' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentDisability union select 'StudentDisciplineIncidentAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentDisciplineIncidentAssociation union select 'StudentIndicator' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentIndicator union select 'StudentLanguage' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentLanguage union select 'StudentParentAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentParentAssociation union select 'StudentProgramParticipation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentProgramParticipation union select 'StudentRace' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(CreateDate) as Updated,count(*) as RecordCount from edfi.StudentRace union select 'StudentSchoolAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentSchoolAssociation union select 'StudentSchoolAttendanceEvent' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentSchoolAttendanceEvent union select 'StudentSectionAssociation' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentSectionAssociation union select 'StudentSectionAttendanceEvent' as Category, min (CreateDate) as Since, max(CreateDate) as Created, max(LastModifiedDate) as Updated,count(*) as RecordCount from edfi.StudentSectionAttendanceEvent