What are foreign keys?
Answer / vamsikrishnamraju
A foreign key is a referential constraint between two
tables.The foreign key identifies a column or a set of
columns in one (referencing) table that refers to a column
or set of columns in another (referenced) table. The
columns in the referenced table must form a primary key or
unique key.
| Is This Answer Correct ? | 4 Yes | 0 No |
how will i display the duplicate record's from a table... i don't want to eliminate ...i want to display the duplicate record...for example in my table i have 10 record's like record no(1,2,3,4,2,9,6,1) in this ...so i want to receive duplicates...
What does reorg do in db2?
what is a corelated subquerry?
What are PACKAGES ?
What is difference between alias and synonym in db2?
How to check last update on table in db2?
What is the maximum size of varchar data type in db2?
what is REORG? what is the use?
Can one database have multiple instances?
How can deadlocks be resolved?
What is DCLGEN ?
How can you quickly find out the number of rows updated after an update statement?