How Referential Integrity Protects Your Credibility
What is referential integrity? Referential integrity (RI) is a set of rules to ensure that data makes sense when it’s spread across multiple tables. For example, in a referentially correct database, you’d never be able to record a sale in your sales table for a customer that doesn’t exist in your customer table. How relational […]
How Referential Integrity Protects Your Credibility Read More »