1
Answer

restrict delete values from table.

how to restrict delete values from table,
if the value refered in another table .
 
normally using add foreign key contsraint we can acheive this.
 
 but this case i cannot set foreign key.
 
any way is   there to restrict delete in sql?

Answers (1)