referential joins are to ensure the data integrity during insertion of data. if we have a referential join between dimension table customer and fact table sales on customer id field, then this means, we cannot insert any record with customer id that is not in customer table. these constraints help to maintain the data integrity.
↧