我有一个表名Service(product, loca, from_agent, to_agent)
。
product
参考Product(pno)
from_agent
参考Customer(cno) U Driver(drno) U Airline(Ano)
to_agent
参考Customer(cno) U Driver(drno) U Airline(ano)
cno = Customer Number
这是另一个表名“ Customer
”,其中包含其他详细信息as name, address
等
drno
=Driver Number
这是另一个表名“ Driver
”,其中包含其他详细信息,例如name, address
等
ano
=Airline Number
这是另一个表名“ Airline
”,其中包含其他详细信息,例如depport, depttime,arrtime
等。
想写一个触发器来强制,product
在进行任何更改之前检查表中的外键。假设局部映射透明。