TR_EDUCATIONALHISTORYLEVELCODE_DELETE_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_EDUCATIONALHISTORYLEVELCODE_DELETE_BBNCCODETABLEIDMAP on dbo.EDUCATIONALHISTORYLEVELCODE after delete not for replication as begin delete from dbo.BBNCCODETABLEIDMAP where CODETABLECATALOGID = '5bf94275-5461-4a27-9f14-3de7d52d93da' and TABLEENTRYID in (select ID from deleted) end