मानक join
. का उपयोग करें उपयुक्त where
. के साथ मानदंड:
SELECT tbl_climatic.location, tbl_favourablecrops.favCrop
FROM tbl_climatic join
tbl_favourablecrops on tbl_climatic._id=tbl_favourablecrops.location_id
WHERE tbl_favourablecrops.location_id=0