本文介绍了如何检查一列在sqlserver中的任何表中使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有三个表Role,Master,Employee.角色具有两列Roleid和RoleName.
我在Master和Emplyee中使用了RoleId.我想从角色中删除单行".当我删除时,我想检查其他两个表中是否有删除行RoleID的记录.
我正在asp.net中做我的项目
Hi,
I have three tables Role,Master,Employee. Role have two columns Roleid and RoleName.
i used RoleId in Master and Emplyee. i want to delete One Row from Role. when i deletinb i want to check whether there is any record in other two tables with that deleting rows RoleID.
i am doing my project in asp.net
how can i do that?
推荐答案
这篇关于如何检查一列在sqlserver中的任何表中使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!