ON UPDATE CASCADE 子句表示如果 Customer 资料表上的顾客编号 (CustId) 已更新,这个更新会重叠显示于整个 Orders 资料表。每个包含对应顾客编号的订单都会依新值自动更新。
基于4个网页-相关网页
这样,它就会返回顾客编号是123的信息。
In this case, it would bring back information about customer number 123.
它组装了包含顾客编号的消息并且将其发送了页面上的另两个Portlet。
It assembles a message containing the customer number and sends it to the other two portlets on the page.
当它从Portlet 1接收到顾客编号时,它会显示顾客的储蓄账户的详细信息。
When it receives the customer number from portlet 1, it displays the details of the customer's savings account.
应用推荐