Answer Posted / 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 |
Post New Answer View All Answers
What is a bind in db2?
What is the role of union all and union
Mention the location where the output received from explain statement is stored.
How does coalesce work?
What is the maximum size of varchar data type in db2?
What does db2 plan contain?
How to get the ddl of a table in db2?
Is it possible using max on a char column?
Is ibm db2 open source?
What is the physical storage length of timestamp data type?
What is the use of dclgen in db2?
What is load utility in db2?
How to view db2 table structure?
What are the prerogatives?
How can you find out the # of rows updated after an update statement?