Mastercard Interview Question | Database Integrity
Question
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
in progress
1
Statistics
55 years
3 Answers
944 views
Great Grand Master 0
Answers ( 3 )
You can create a Trigger that will automatically delete elements in the second table when elements from the first table are removed.
By creating Triggers
Sorry it a private answer.