
  
SELECT hits.hit_id,hits.date_time,hits.freq,hits.declination,hits.right_ascension, scans.grid_square,hits.falsified,targets.name AS target_name,constellations.name AS const_name 
 FROM  setine5_seti.hits,setine5_seti.constellations,setine5_seti.targets
 JOIN  scans WHERE hits.hit_id=1426 AND scans.scan_id = hits.scan_id AND scans.target_id = targets.target_id AND targets.const_id = constellations.const_id


