SQL (Structured Query Language) Question: Download SQL PDF

What is referential integrity constraint?

Tweet Share WhatsApp

Answer:

Maintaining data integrity through a set of rules that restrict the values of one or more columns of the tables based on the values of primary key or unique key of the referenced table.

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is the fastest way of accessing a row in a table?What is correlated sub-query?