Am having parent table which has foreign three foreign key but i want to delete row in parent table alone ,how to achieve it ?? The query that am using currently is
DELETE FROM TableName WHERE ColumnName= '89416'
The query show error: Cannot delete or update a parent row: a foreign key constraint fails