Friday, 28 May 2021

Cascade DELETE in SQL Server

 


What is a foreign key with Cascade DELETE in SQL Server?

A foreign key with cascade delete means that if a record in the parent table is deleted, then the corresponding records in the child table will automatically be deleted. This is called a cascade delete in SQL Server

No comments:

Post a Comment