ESTABLISHING REFERENTIAL INTEGRITY The purpose of establishing Referential Integrity is to prevent orphan data and keep data between tables synchronized. In this demo tutorial, you are going to understand how to: • Create Referential Integrity • Testing Referential Integrity CREATE REFERENTIAL INTEGRITY Before creating referential integrity, make sure that none of the related tables are Read More...
↧