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
Why is stored procedure faster than query?
What are the types pl/sql code blocks?
what is the difference between sql and t-sql? : Transact sql
What kind of join is join?
How many joins can you have in sql?
Is sql pronounced sequel or sql?
How to sort the rows in sql.
What operators deal with null?
How you improve the performance of sql*loader? : aql loader
What does count (*) mean in sql?
How many types of literals are available in pl sql?
What is sql injection vulnerability?
What are the advantages of normalization?
How are functions and procedures called in PL/SQL?
Does a user_objects view have an entry for a trigger?