What is the use of CASCADE CONSTRAINTS?

Answer Posted / naresh

If you specify this option, later when you delete a row in
the parent table, the database server also deletes any rows
associated with that row (foreign keys) in a child table.
The principal advantage to the cascading-deletes feature is
that it allows you to reduce the quantity of SQL statements
you need to perform delete actions.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is normalization? Explain different levels of normalization? : Sql server database administration

904


How to delete a database in ms sql server?

729


What is normalization and denormalization in sql server?

712


Create and insert into temp table in sql server?

788


Can group functions be used in the order by clause in ms sql server?

763


What are different types of subquery?

912


What are key constraints?

725


What is attribute relationships, why we need it? : sql server analysis services, ssas

684


Tell me in brief how sql server enhances scalability of the database system?

727


Is sql server is free?

712


What to perform pattern match with the like operator?

666


Difference between report and query parameter.

807


Does the order of columns in update statements matter?

674


What is the chart in report?

125


How to make conditional sum in ssrs?

148