insert into emp10 select * from emp where deptno=10;
(会 select 出3条记录,插入进emp10中)
语句级触发器:针对是表 调用1次
行级触发器:针对是行 调用3次