Glossary

Check 4: Referential Integrity

Verify that every `account_id` in the transactions table corresponds to a valid `customer_id` in the customers table. (Generate synthetic data where some transactions reference non-existent customer IDs.)

Learn More

Related Terms