Computer Science, asked by ashakataria1945, 10 months ago

what do you mean by cascade delete in excel

Answers

Answered by Anonymous
1

Explanation:

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.

How to use delete cascade..?¿

To add cascade delete to an existing foreign key in SQL Server Management Studio:firat select your foreign key, and open its "DROP and create To.." in a new query window. then just add ON DELETE CASCADE to the ADD CONSTRAINT command, and hit the execute button to run this query.

Hope it helps.. plzz mark me as brainliest.. /\°°/\°°

Similar questions