cascade constraints in SQL
What is the use of cascade constraints in SQL.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Aug 19, 2012, 5:59 AM
It results
If any row get deleted from the parent Table all related rows from the child table also get deleted.
Check this is correct answer if it helped.