当前位置:网站首页>MySQL setting trigger problem
MySQL setting trigger problem
2022-07-05 06:52:00 【CSDN Q & A】
The enterprise database given under the examinee folder db_ emp Including employees surface tb_ employee And department Door Watch tb_ dept.
The employee table has a department number (deptno) , Wages (salary) , The Department table has department ] Number (deptno) 、 Department name (dname)
Design a project named t_ emp The trigger of , The completed function is : When the delete Records in the Department table , Put the department number in the employee table (deptno) Set up empty . And use the command to delete the department number (deptno) by D2 The row of triggers this trigger , And look at the results .
边栏推荐
- Ret2xx---- common CTF template proposition in PWN
- 并发编程 — 如何中断/停止一个运行中的线程?
- C语言数组专题训练
- What is linting
- [Chongqing Guangdong education] 1185t administrative leadership reference test of National Open University in autumn 2018
- 小米笔试真题一
- mysql设置触发器问题
- how to understand the “model independent.“
- 摄像头的MIPI接口、DVP接口和CSI接口
- Rehabilitation type force deduction brush question notes D2
猜你喜欢
随机推荐
Ros2 - workspace (V)
. Net core stepping on the pit practice
2022 winter vacation training game 5
postmessage通信
Preemption of CFS scheduling
ROS2——Service服务(九)
Cookie、Session、JWT、token四者间的区别与联系
乐鑫面试流程
Unity 之 ExecuteAlways正在取代ExecuteInEditMode
微信小程序路由再次跳轉不觸發onload
H5 模块悬浮拖动效果
ethtool 原理介绍和解决网卡丢包排查思路(附ethtool源码下载)
TypeScript入门
Configuration method and configuration file of SolidWorks GB profile library
微信小程序路由再次跳转不触发onload
Time is fast, please do more meaningful things
Orin 两种刷机方式
How to correctly ask questions in CSDN Q & A
Using handler in a new thread
Vscode creates its own code template









