sql query of the same
select fd.* from fd left join cd on fd.Desc = cd.Desc and fd.Date = cd.Date where fd.Desc=\'I5\' and fd.Date=\'29\'
my