for|after|instead of分别在什么情况下用啊?希望能说多白话就说多白话,举点例子更好.

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/04 05:50:23
for|after|instead of分别在什么情况下用啊?希望能说多白话就说多白话,举点例子更好.

for|after|instead of分别在什么情况下用啊?希望能说多白话就说多白话,举点例子更好.
for|after|instead of分别在什么情况下用啊?
希望能说多白话就说多白话,举点例子更好.

for|after|instead of分别在什么情况下用啊?希望能说多白话就说多白话,举点例子更好.
FOR / AFTER 是一个:
完整写FOR AFTER,只不过 AFTER 可写可不写,一般省略掉了.
在用户执行数据操作之后,触发器触发,执行触发器代码.
不可以定义在视图上.
例如:
表1 (ID,NAME) 
表2 (ID,NAME)
当用户插入表1数据后,表2也被插入相同的数据 
CREATE TRIGGER TRI1
ON 表1
FOR INSERT
AS
INSERT INTO 表2 SELECT * FROM INSERTED
 
INSTEAD OF:在用户执行数据操作数据之前,触发器触发,执行触发器代码,不执行用户的操作
根据这个特性,INSTEAD OF 触发器可以为视图添加数据操作的功能.
例如:
表1 (ID,NAME)
表2 (ID,DATE)
视图: VIEW_ALL(表1.ID,表1.NAME,表2.DATE)
为 VIEW_ALL 视图添加INSERT操作
CREATE TRIGGER TRI2
ON VIEW_ALL
INSTEAD OF INSERT 
AS
BEGIN
INSERT INTO 表1 SELECT ID,NAME FROM INSERTED
INSERT INTO 表2 SELECT ID,DATE FROM INSERTED
END
 
 
更多详细资料可以看:
FOR | AFTER
AFTER 指定触发器仅在触发 SQL 语句中指定的所有操作都已成功执行时才被触发.所有的引用级联操作和约束检查也必须在激发此触发器之前成功完成.
如果仅指定 FOR 关键字,则 AFTER 为默认值.
不能对视图定义 AFTER 触发器.
 
INSTEAD OF
指定执行 DML 触发器而不是触发 SQL 语句,因此,其优先级高于触发语句的操作.不能为 DDL 或登录触发器指定 INSTEAD OF.
对于表或视图,每个 INSERT、UPDATE 或 DELETE 语句最多可定义一个 INSTEAD OF 触发器.但是,可以为具有自己的 INSTEAD OF 触发器的多个视图定义视图.

触发器里面for | after | instead of有啥区别呀? 创建触发器时后面跟for ,after,instead of有何区别 for|after|instead of分别在什么情况下用啊?希望能说多白话就说多白话,举点例子更好. after和instead of触发器的具体示例 we can use the Internrt instead of a library to ------ all kinds of information.find find out look for look after Shall we have some noodles ________ dumplings?A.instead B.instead for C.instead of D.to instead 116.I’d like some Coke _____orange juice.A.instead B.instead of C.instead to D.instead for 英语翻译after a season heavy on foreign imports,it looked for much of the summer as though the cba would focus instead on local talent.fortunately for everyone involved,its being forced to double down instead. After school he did not go home .Instead he went to piay computer games 可以把Instead 改成 Instead of instead of looking for the knowlege we do have这里为什么用instead of而不用instead instead of but not rather than 而不是instead of,but not,rather than 都含有“而不是”的意思,用法不同,区别 After the earthquake,he left for Wenchuan as a volunteer _________ a tourist.这里填什么,只能是instead of (提供 Why not order some flowers online ----for the shop everywhere?A instead of looking B instead look C instead looking 1.you kan have a cup of tea { } coffee if you want.A drink B instead C instead of D instead in 要求选出答案 和理由 为什么这么填 2.My father is coming back { } a week .A in B on C after D for 理由同上 instead与instead of区别, the fruit of the fresh 原句:After that she told me a story about a brave person who had despised the fruits of the flesh and worked for the Lord instead he plans to go to c________ instead of finding a job after he leaves high school Your body,and stomach _______,will be very grateful if you just sit down for a moment instead of rushing around after eating.A.in secret B.in total C.in general D.in particular 英语翻译Fourth ours watching Miss Hall sing and dance $3,with this note :After p.m,I get fifteen shillings an hour for my work instead of ten shillings