I have a table called country with fields ID and CountryName
This fields are referenced in more five tables either using ID or Countryname directly
Now I want to delete Some records from Table country on condition that if records are not present in any of the other five tables
If present then dont delete
I want the optimized queryfor .....