Delete From Department_Master Where Active = 0
this is my Query When I try to delete some records where Active is 0 its getting me error The DELETE statement conflicted with the REFERENCE constraint "FK__Employee___Depar__29572725". The conflict occurred in database "abc", table "dbo.Employee_Details", column 'Department_Id'.The statement has been terminated. How to resolve
How to Solve this error