Using these two querys
Select * from SNLunchSevereNeeds Where SystemCertificationID in(
Select SystemCertificationID from SNSystemCertification where FiscalYear=2014 and
SystemID=749 And IsActive=1 )
Select * from SNLunchSevereNeeds Where SystemCertificationID in(
Select SystemCertificationID...