... 级联更新 cascading update 级联删除 cascading delete; cascade delete 级联式集线器 cascading hubs ...
基于10个网页-相关网页
delete cascade 级联删除 ; 连锁性删除 ; 如果外键指定级联删除
Configurable delete-cascade 可控的级联删除
ON Delete CASCADE 级联删除 ; 删除时级联删除依赖行 ; 可以在创建表时设置级联删除
Select Delete Cascade 选择删除级联
ON DELETE CASCADE—When a record is deleted from the parent table, all records in the child table with matching foreign key values are also deleted.
ON DELETE CASCADE — 当一条记录从父表中删除时,子表中的所有记录以及匹配的外键值都全部被删除。
When an ON delete CASCADE rule is active, all records in the child table with matching foreign key values are deleted when a record is deleted from the parent table.
当ON DELETE CASCADE规则被激活时,当一条记录从父表中删除时,子表中的所有记录以及匹配的外键值都被删除。
Note that the tag's cascade attribute is set to none. That's because we don't want to delete products from the catalog when we delete an order.
这里的标签中的cadcade属性设置为none,这是因为我们在删掉一个订单信息时,不想连订单里的产品信息一并删掉。
应用推荐