Answer Posted / guest
Referential Integrity rule defines relationship between two
or more tables.Performing any operations on one table
affects another table automaticlly.Like EMP AND DEPT table
relationship.DEPTNO is a primary key in DEPT table and
Foreign key in EMP table.Only those DeptNo can be inserted
into EMP table which exists in DEPT table.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is nosql vs sql?
What is difference between rank () row_number () and dense_rank () in sql?
How do you rank data in sql?
How you improve the performance of sql*loader? : aql loader
What are the advantages of sql? Explain
Does truncate free space?
Is sql microsoft?
Is nosql relational?
Explian rowid, rownum?
Can I learn sql in a week?
What is the advantage of nosql?
What does select count (*) mean in sql?
what is bcp? When does it used? : Sql dba
How to rename a table?
What is the main difference between sql and pl/sql?