例如,如果有两个表:
Table 1: Company
which have a attribute : status
Table 2 : Employee
which have a attribute : status
如果表1属性更改为1/0,则表2必须跟随,但是如果表2更改为1/0,则表1应该没有动作。如何构造?
例如,如果有两个表:
Table 1: Company
which have a attribute : status
Table 2 : Employee
which have a attribute : status
如果表1属性更改为1/0,则表2必须跟随,但是如果表2更改为1/0,则表1应该没有动作。如何构造?
您可以在更新表 1 时创建数据库触发器。如果您使用 MySQL,您可以在此处阅读:http: //dev.mysql.com/doc/refman/5.0/en/trigger-syntax.html