Hello,
I've two tables
1) Governor_Of(governor_name, state_name)
2) Mayor_Of(mayor_name,city_name)
I want to delete a row of governor where a state is governed by more than one governor including this which i want to delete and that governor is not a mayor.
For example:
Governor_Of
_________
Michael NY
George NY
Mayor_Of
________
Michael NYCity
I want to delete George from Governor_Of
Please help....
Thank You