Domanda di colloquio di Walmart

What is referential integrity in SQL?

Risposta di colloquio

Anonimo

18 lug 2016

Referential integrity is a database concept that ensures that relationships between two tables remain consistent. The concept prevents adding a record to the table that contains the foreign key unless there is a corresponding record in the primary table.