SQL (Structured Query Language) Question:
What is referential integrity constraint?
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.
Previous Question | Next Question |
What is the fastest way of accessing a row in a table? | What is correlated sub-query? |