Answer Posted / rajesh
To establish a parent child relationship between two tables
and to prevent invalid data entry into the table , we make
set of rules on a column is called Referential integrity.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what are properties of a transaction? : Sql dba
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How do sql databases work?
What does the base_object_type column shows in the user.triggers data dictionary view?
Can we use ddl statements in stored procedure sql server?
Does mysql_real_escape_string prevent sql injection?
What is sql and explain its components?
How do I use google cloud in sql?
What is the least restrictive isolation level? : Transact sql
Can we use joins in subquery?
what are the types of subquery? : Sql dba
what is a trigger in mysql? Define different types of trigger. : Sql dba
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
what is union? : Sql dba
Is foreign key mandatory?