Computer Science, asked by harshil1821, 3 months ago

What is on Delete cascade in sql

Answers

Answered by shraddhaaluna00
1

ON DELETE CASCADE : SQL Server deletes the rows in the child table that is corresponding to the row deleted from the parent table. ... ON DELETE SET DEFAULT SQL Server sets the rows in the child table to their default values if the corresponding rows in the parent table are deleted.

Similar questions