Walaa wrote:
Not sure I understand your question.
Could you please explain in more details, or maybe post the SQL you want to execute.
Example: I have table country with PK as CountryID and another column called Flag.
It has child table State and City with CountryID as FK and colums called Flag.
Now when I update country table with flag=1 related child tables with corresponding FK [countryid] to be updated with flag=1