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 the purpose of the partition table?
What is the example of procedure?
what is timestamp in mysql? : Sql dba
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is a variable in sql?
What is before and after trigger?
What is oracle sql called?
What is embedded sql what are its advantages?
Is ms sql traffic encrypted?
Does varchar need length?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
Describe different types of general function used in sql?
What are stored procedures in mysql?
What operating systems are supported by oracle sql developer?
Can a table contain multiple primary key’s?