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
Dhruv2301 4 years 3 Answers 798 views Great Grand Master 0

Answers ( 3 )

  1. You can create a Trigger that will automatically delete elements in the second table when elements from the first table are removed.

  2. By creating Triggers

  3. Sorry it a private answer.

Leave an answer

Browse
Browse